From d0c3cec6a32e61077ef25c42c832062f5dd8e200 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 1 May 2024 11:48:13 +0900 Subject: [PATCH] updated nwg-look.sh --- install-scripts/nwg-look.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/nwg-look.sh b/install-scripts/nwg-look.sh index b14562b..a251674 100755 --- a/install-scripts/nwg-look.sh +++ b/install-scripts/nwg-look.sh @@ -58,7 +58,7 @@ if git clone --recursive -b "$nwg_tag" --depth 1 https://github.com/nwg-piotr/nw mv "$MLOG" ../Install-Logs/ || true cd .. else - echo -e "${ERROR} Download failed for nwg-look tag: $TAG." 2>&1 | tee -a "$LOG" + echo -e "${ERROR} Failed to download nwg-look. Please check your connection" 2>&1 | tee -a "$LOG" mv "$MLOG" ../Install-Logs/ || true exit 1 fi