From 5e3de9a6c41d36e96d06b987cc6d8078b91714c4 Mon Sep 17 00:00:00 2001 From: dappnodedev Date: Tue, 18 Jun 2024 12:38:19 +0200 Subject: [PATCH] Removed ISOBUILD from prerequisites --- scripts/dappnode_install_pre.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/dappnode_install_pre.sh b/scripts/dappnode_install_pre.sh index 307c2f6..2e7da74 100755 --- a/scripts/dappnode_install_pre.sh +++ b/scripts/dappnode_install_pre.sh @@ -6,8 +6,6 @@ DAPPNODE_DIR="/usr/src/dappnode" LOGS_DIR="$DAPPNODE_DIR/logs" lsb_dist="$(. /etc/os-release && echo "$ID")" -#!ISOBUILD Do not modify, variables above imported for ISO build - detect_installation_type() { if [ -f "${DAPPNODE_DIR}/iso_install.log" ]; then LOG_FILE="${LOGS_DIR}/iso_install.log"