Boot url
This commit is contained in:
parent
2df70e3c71
commit
6a68767fbd
1 changed files with 2 additions and 2 deletions
|
@ -14,9 +14,9 @@ rm -rf $TMP && mkdir -p $TMP
|
||||||
|
|
||||||
# Check if running with interactive TTY or redirected to docker log
|
# Check if running with interactive TTY or redirected to docker log
|
||||||
if [ -t 1 ]; then
|
if [ -t 1 ]; then
|
||||||
wget "$URL" -O "$FILE" -q --no-check-certificate --show-progress
|
wget "$BOOT" -O "$FILE" -q --no-check-certificate --show-progress
|
||||||
else
|
else
|
||||||
wget "$URL" -O "$FILE" -q --no-check-certificate --show-progress --progress=dot:giga
|
wget "$BOOT" -O "$FILE" -q --no-check-certificate --show-progress --progress=dot:giga
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[ ! -f "$FILE" ] && echo "Download failed" && exit 61
|
[ ! -f "$FILE" ] && echo "Download failed" && exit 61
|
||||||
|
|
Loading…
Reference in a new issue