fix wording
This commit is contained in:
parent
fdff7ead89
commit
869d00b5f9
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ warn ""
|
||||||
# Check if we are running on a supported OS
|
# Check if we are running on a supported OS
|
||||||
CURRENT_OS=$(lsb_release -d)
|
CURRENT_OS=$(lsb_release -d)
|
||||||
if [[ $CURRENT_OS != *"Debian GNU/Linux 11 (bullseye)"* ]]; then
|
if [[ $CURRENT_OS != *"Debian GNU/Linux 11 (bullseye)"* ]]; then
|
||||||
error "Unsupported OS: $CURRENT_OS"
|
error "${CURRENT_OS} is not supported!"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check if we are running on a supported architecture
|
# Check if we are running on a supported architecture
|
||||||
|
|
Loading…
Reference in a new issue