mirror of
https://github.com/leitbogioro/Tools.git
synced 2025-10-08 06:16:20 +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
|
# Decompress command selection
|
||||||
DEC_CMD="gunzip -dc"
|
DEC_CMD="gunzip -dc"
|
||||||
[[ "$setFileType" == "xz" ]] && DEC_CMD="xzcat"
|
[[ "$setFileType" == "xz" ]] && DEC_CMD="xzcat"
|
||||||
else
|
|
||||||
echo 'Please input vaild URL, Only support gz or xz file!' && exit 1
|
|
||||||
fi
|
|
||||||
else
|
else
|
||||||
echo 'Please input vaild image URL! ';
|
echo 'Please input vaild image URL! ';
|
||||||
exit 1;
|
exit 1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue