From eaa264bfbbf9a23ff79e083e91206becbec77e5a Mon Sep 17 00:00:00 2001 From: Silvino Silva Date: Tue, 14 Jan 2020 22:14:06 +0000 Subject: fix core setup-iso to version 3.5 --- core/scripts/setup-iso.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/core/scripts/setup-iso.sh b/core/scripts/setup-iso.sh index ebcd043..1c79319 100644 --- a/core/scripts/setup-iso.sh +++ b/core/scripts/setup-iso.sh @@ -4,13 +4,13 @@ ISO_DIR="/usr/ports/iso" MOUNT_POINT="/mnt/media" -ISO_FILE="${ISO_DIR}/crux-3.4.iso" -MD5_FILE="${ISO_DIR}/crux-3.4.md5" +ISO_FILE="${ISO_DIR}/crux-3.5.iso" +MD5_FILE="${ISO_DIR}/crux-3.5.md5" # iso and md5 remote location -#ISO_URL="https://serverop.de/crux/crux-3.4/iso/crux-3.4.iso" -ISO_URL="https://ftp.spline.inf.fu-berlin.de/pub/crux/crux-3.4/iso/crux-3.4.iso" -MD5_URL="https://serverop.de/crux/crux-3.4/iso/crux-3.4.md5" +#ISO_URL="https://serverop.de/crux/crux-3.5/iso/crux-3.5.iso" +ISO_URL="https://ftp.spline.inf.fu-berlin.de/pub/crux/crux-3.5/iso/crux-3.5.iso" +MD5_URL="https://serverop.de/crux/crux-3.5/iso/crux-3.5.md5" # First we define the function ConfirmOrExit () { @@ -99,8 +99,8 @@ while [ "$1" ]; do -r|--root) ISO_DIR=$2 - ISO_FILE="${ISO_DIR}/crux-3.4.iso" - MD5_FILE="${ISO_DIR}/crux-3.4.md5" + ISO_FILE="${ISO_DIR}/crux-3.5.iso" + MD5_FILE="${ISO_DIR}/crux-3.5.md5" shift ;; -d|--download) -- cgit 1.4.1-2-gfad0