mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
White space cleanup
This commit is contained in:
parent
83da5351d9
commit
14ae0d53a2
1 changed files with 4 additions and 2 deletions
6
quickget
6
quickget
|
@ -559,7 +559,7 @@ function web_get() {
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
echo #Necessary as aria2c in suppressed mode doesnot have new lines
|
echo #Necessary as aria2c in suppressed mode doesnot have new lines
|
||||||
else
|
else
|
||||||
if ! wget --quiet --continue --show-progress --progress=bar:force:noscroll "${URL}" -O "${DIR}/${FILE}"; then
|
if ! wget --quiet --continue --show-progress --progress=bar:force:noscroll "${URL}" -O "${DIR}/${FILE}"; then
|
||||||
echo "ERROR! Failed to download ${URL}. Try running 'quickget' again."
|
echo "ERROR! Failed to download ${URL}. Try running 'quickget' again."
|
||||||
exit 1
|
exit 1
|
||||||
|
@ -620,7 +620,9 @@ function make_vm_config() {
|
||||||
IMAGE_FILE="${1}"
|
IMAGE_FILE="${1}"
|
||||||
ISO_FILE="${2}"
|
ISO_FILE="${2}"
|
||||||
case "${OS}" in
|
case "${OS}" in
|
||||||
alma | android | archlinux | debian | elementary | fedora | kali | garuda | kdeneon | linuxmint* | nixos* | opensuse | oraclelinux | popos | regolith | rockylinux | solus | *ubuntu* | zorin )
|
alma | android | archlinux | debian | elementary | fedora | kali | \
|
||||||
|
garuda | kdeneon | linuxmint* | nixos* | opensuse | oraclelinux | \
|
||||||
|
popos | regolith | rockylinux | solus | *ubuntu* | zorin )
|
||||||
GUEST="linux"
|
GUEST="linux"
|
||||||
IMAGE_TYPE="iso";;
|
IMAGE_TYPE="iso";;
|
||||||
freebsd )
|
freebsd )
|
||||||
|
|
Loading…
Reference in a new issue