Skip to content

Commit f9fbfd2

Browse files
author
Alva Swanson
committed
seednode: Install openjdk-11-jdk from OS repository
1 parent ec5bf35 commit f9fbfd2

5 files changed

Lines changed: 1 addition & 345 deletions

File tree

scripts/install_java.bat

Lines changed: 0 additions & 56 deletions
This file was deleted.

scripts/install_java.sh

Lines changed: 0 additions & 82 deletions
This file was deleted.

scripts/install_java_linux.sh

Lines changed: 0 additions & 143 deletions
This file was deleted.

scripts/install_java_macos.sh

Lines changed: 0 additions & 60 deletions
This file was deleted.

seednode/install_seednode_debian.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ echo "[*] Bisq Seednode installation script"
77

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

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

125-
echo "[*] Installing OpenJDK 11.0.2 from Bisq repo"
126-
sudo -H -i -u "${ROOT_USER}" "${BISQ_HOME}/${BISQ_REPO_NAME}/scripts/install_java_linux.sh"
127-
128125
echo "[*] Installing Bisq init script"
129126
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"
130127
if [ "${BITCOIN_INSTALL}" = true ];then

0 commit comments

Comments
 (0)