Skip to content

Commit

Permalink
Merge pull request #6939 from alvasw/seednodes_install_jdk_from_os_repo
Browse files Browse the repository at this point in the history
seednode: Install openjdk-11-jdk from OS repository
  • Loading branch information
alejandrogarcia83 committed Oct 31, 2023
2 parents 1280aa0 + f9fbfd2 commit fa15db8
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 345 deletions.
56 changes: 0 additions & 56 deletions scripts/install_java.bat

This file was deleted.

82 changes: 0 additions & 82 deletions scripts/install_java.sh

This file was deleted.

143 changes: 0 additions & 143 deletions scripts/install_java_linux.sh

This file was deleted.

60 changes: 0 additions & 60 deletions scripts/install_java_macos.sh

This file was deleted.

5 changes: 1 addition & 4 deletions seednode/install_seednode_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ echo "[*] Bisq Seednode installation script"

ROOT_USER=root
ROOT_GROUP=root
ROOT_PKG="build-essential libtool autotools-dev automake pkg-config bsdmainutils python3 git vim screen ufw"
ROOT_PKG="build-essential libtool autotools-dev automake pkg-config bsdmainutils python3 git vim screen ufw openjdk-11-jdk"
ROOT_HOME=/root

SYSTEMD_SERVICE_HOME=/etc/systemd/system
Expand Down Expand Up @@ -122,9 +122,6 @@ echo "[*] Moving Bisq repo"
sudo -H -i -u "${ROOT_USER}" mv "${ROOT_HOME}/${BISQ_REPO_NAME}" "${BISQ_HOME}/${BISQ_REPO_NAME}"
sudo -H -i -u "${ROOT_USER}" chown -R "${BISQ_USER}:${BISQ_GROUP}" "${BISQ_HOME}/${BISQ_REPO_NAME}"

echo "[*] Installing OpenJDK 11.0.2 from Bisq repo"
sudo -H -i -u "${ROOT_USER}" "${BISQ_HOME}/${BISQ_REPO_NAME}/scripts/install_java_linux.sh"

echo "[*] Installing Bisq init script"
sudo -H -i -u "${ROOT_USER}" install -c -o "${ROOT_USER}" -g "${ROOT_GROUP}" -m 644 "${BISQ_HOME}/${BISQ_REPO_NAME}/seednode/bisq.service" "${SYSTEMD_SERVICE_HOME}/bisq.service"
if [ "${BITCOIN_INSTALL}" = true ];then
Expand Down

0 comments on commit fa15db8

Please sign in to comment.