From bfe4c1eb1ef655986b80dabda69d688ce161ea71 Mon Sep 17 00:00:00 2001 From: hayao Date: Fri, 2 Oct 2020 18:41:08 +0900 Subject: [PATCH] [fix] : Fixed not ending. --- allarch.sh | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/allarch.sh b/allarch.sh index 1c04b99f..50c67bb5 100755 --- a/allarch.sh +++ b/allarch.sh @@ -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 diff --git a/build.sh b/build.sh index 9c91e997..d917a81f 100755 --- 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 -- 2.11.0