Skip to content

Commit 5e3de9a

Browse files
committed
Removed ISOBUILD from prerequisites
1 parent 33c9702 commit 5e3de9a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/dappnode_install_pre.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ DAPPNODE_DIR="/usr/src/dappnode"
66
LOGS_DIR="$DAPPNODE_DIR/logs"
77
lsb_dist="$(. /etc/os-release && echo "$ID")"
88

9-
#!ISOBUILD Do not modify, variables above imported for ISO build
10-
119
detect_installation_type() {
1210
if [ -f "${DAPPNODE_DIR}/iso_install.log" ]; then
1311
LOG_FILE="${LOGS_DIR}/iso_install.log"

0 commit comments

Comments
 (0)