mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
chore: white space clean up
This commit is contained in:
parent
2c0b1f59b7
commit
d79dfb7240
1 changed files with 1 additions and 1 deletions
2
quickget
2
quickget
|
@ -1853,7 +1853,7 @@ function get_xerolinux() {
|
||||||
local URL=""
|
local URL=""
|
||||||
local ISO="xerolinux-2022.12-x86_64.iso"
|
local ISO="xerolinux-2022.12-x86_64.iso"
|
||||||
local URL="https://sourceforge.net/projects/xerolinux/files/Releases"
|
local URL="https://sourceforge.net/projects/xerolinux/files/Releases"
|
||||||
|
|
||||||
HASH=$(wget -q -O- "${URL}/${ISO}.sha256" | cut -d' ' -f1)
|
HASH=$(wget -q -O- "${URL}/${ISO}.sha256" | cut -d' ' -f1)
|
||||||
echo "${URL}/${ISO} ${HASH}"
|
echo "${URL}/${ISO} ${HASH}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue