fix wording

This commit is contained in:
ikifar2012 2022-12-05 22:34:55 +00:00
parent fdff7ead89
commit 869d00b5f9

View file

@ -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