Merge pull request #62 from JaKooLit/development

updated nwg-look.sh
This commit is contained in:
Ja.KooLit 2024-05-01 11:50:27 +09:00 committed by GitHub
commit 1814aaf513
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,7 +58,7 @@ if git clone --recursive -b "$nwg_tag" --depth 1 https://github.com/nwg-piotr/nw
mv "$MLOG" ../Install-Logs/ || true mv "$MLOG" ../Install-Logs/ || true
cd .. cd ..
else 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 mv "$MLOG" ../Install-Logs/ || true
exit 1 exit 1
fi fi