OSDN Git Service

[fix] : Fixed not ending.
authorhayao <shun819.mail@gmail.com>
Fri, 2 Oct 2020 09:41:08 +0000 (18:41 +0900)
committerhayao <shun819.mail@gmail.com>
Fri, 2 Oct 2020 09:41:08 +0000 (18:41 +0900)
allarch.sh
build.sh

index 1c04b99..50c67bb 100755 (executable)
@@ -1525,7 +1525,7 @@ if [[ ! "$(cat "${channel_path}/alteriso" 2> /dev/null)" = "alteriso=${alteriso_
         msg_error "Please run \"git checkout alteriso-2\""
     else
         msg_error "Please download Alter ISO 2 here."
-        msg_error "https://github.com/FascodeNet/alterlinux/archive/alteriso-2.zip"
+        msg_error "https://github.com/FascodeNet/alterlinux/archive/alteriso-2.zip" "1"
     fi
 fi
 
index 9c91e99..d917a81 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -1603,7 +1603,7 @@ if [[ ! "${channel_name}" = "rebuild" ]]; then
             msg_error "Please run \"git checkout alteriso-2\""
         else
             msg_error "Please download Alter ISO 2 here."
-            msg_error "https://github.com/FascodeNet/alterlinux/archive/alteriso-2.zip"
+            msg_error "https://github.com/FascodeNet/alterlinux/archive/alteriso-2.zip" "1"
         fi
     fi
 fi