about summary refs log tree commit diff stats
path: root/core/scripts
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2020-01-14 22:14:06 +0000
committerSilvino Silva <silvino@bk.ru>2020-01-14 22:14:06 +0000
commiteaa264bfbbf9a23ff79e083e91206becbec77e5a (patch)
treef7e7d26dab7aa40f4f89866a8cb16b991384e1ce /core/scripts
parent3a37ebad404fd2febf8af950cb59ca56a63d3b3f (diff)
downloaddoc-eaa264bfbbf9a23ff79e083e91206becbec77e5a.tar.gz
fix core setup-iso to version 3.5
Diffstat (limited to 'core/scripts')
-rw-r--r--core/scripts/setup-iso.sh14
1 files 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)