mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Fix syntax error
This commit is contained in:
parent
66c5ff86b7
commit
b97ae01243
1 changed files with 3 additions and 4 deletions
3
quickget
3
quickget
|
@ -1469,8 +1469,7 @@ function get_truenas() {
|
||||||
|
|
||||||
if [[ "${RELEASE}" == "13.0"* ]] && [ "${OS}" == "CORE" ]; then
|
if [[ "${RELEASE}" == "13.0"* ]] && [ "${OS}" == "CORE" ]; then
|
||||||
URL="$(wget https://download.freenas.org/13.0/STABLE/U3.1/x64/${OS}.iso)"
|
URL="$(wget https://download.freenas.org/13.0/STABLE/U3.1/x64/${OS}.iso)"
|
||||||
|
elif [[ "${RELEASE}" == "22.12"]] && [ "${OS}" == "SCALE" ]; then
|
||||||
elif [[ "${RELEASE}" == "22.12"]] && [ "${OS}" == "SCALE"]; then
|
|
||||||
URL="$(https://download.truenas.com/TrueNAS-SCALE-Bluefin/${RELEASE}.0/TrueNAS-${OS}-22.12.0.iso)"
|
URL="$(https://download.truenas.com/TrueNAS-SCALE-Bluefin/${RELEASE}.0/TrueNAS-${OS}-22.12.0.iso)"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue