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