Correct conditionals for Tails

This commit is contained in:
Martin Wimpress 2022-02-21 05:12:11 +00:00
parent f93a7249a8
commit 105aea46ef
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
1 changed files with 2 additions and 2 deletions

View File

@ -1984,7 +1984,7 @@ if [ -n "${2}" ]; then
get_rocky
elif [ "${OS}" == "solus" ]; then
get_solus
elif [[ "${OS}" == "tails"* ]]; then
elif [ "${OS}" == "tails" ]; then
get_tails
elif [[ "${OS}" == *"ubuntu"* ]]; then
get_ubuntu
@ -2069,7 +2069,7 @@ else
releases_slackware
elif [ "${OS}" == "solus" ]; then
releases_solus
elif [[ "${OS}" == "tails"* ]]; then
elif [ "${OS}" == "tails" ]; then
releases_tails
elif [[ "${OS}" == *"ubuntu"* ]]; then
releases_ubuntu