Skip to content

Commit

Permalink
Removed ISOBUILD from prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev committed Jun 18, 2024
1 parent 33c9702 commit 5e3de9a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/dappnode_install_pre.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5e3de9a

Please sign in to comment.