mirror of
https://github.com/leitbogioro/Tools.git
synced 2024-11-15 21:54:40 +08:00
Update InstallNET.sh
This commit is contained in:
parent
5f540b17e5
commit
5526af9dd9
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue