chore: white space clean up

This commit is contained in:
Martin Wimpress 2023-06-14 10:10:52 +01:00
parent 2c0b1f59b7
commit d79dfb7240
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
1 changed files with 1 additions and 1 deletions

View File

@ -1853,7 +1853,7 @@ function get_xerolinux() {
local URL=""
local ISO="xerolinux-2022.12-x86_64.iso"
local URL="https://sourceforge.net/projects/xerolinux/files/Releases"
HASH=$(wget -q -O- "${URL}/${ISO}.sha256" | cut -d' ' -f1)
echo "${URL}/${ISO} ${HASH}"
}