Update InstallNET.sh

This commit is contained in:
Molly Lau 2022-11-28 10:20:59 +09:00 committed by GitHub
parent 5f540b17e5
commit 5526af9dd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -996,9 +996,6 @@ if [[ "$ddMode" == '1' ]]; then
# Decompress command selection
DEC_CMD="gunzip -dc"
[[ "$setFileType" == "xz" ]] && DEC_CMD="xzcat"
else
echo 'Please input vaild URL, Only support gz or xz file!' && exit 1
fi
else
echo 'Please input vaild image URL! ';
exit 1;