mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2026-06-14 17:36:40 +00:00
6 lines
No EOL
177 B
Text
6 lines
No EOL
177 B
Text
function releases_truenas() {
|
|
if [[ $OS == truenas ]] ; then
|
|
echo "ERROR! The supported TrueNAS OS values are truenas-core or truenas-scale"
|
|
exit 1;
|
|
fi
|
|
} |