mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-18 21:14:21 +01:00
Fix typo
This commit is contained in:
@@ -12,7 +12,7 @@ fi
|
||||
if [ "$ID" != "ubuntu" ] || [ $(echo "$VERSION_ID >= 24.04" | bc) != 1 ]; then
|
||||
echo "$(tput setaf 1)Error: OS requirement not met"
|
||||
echo "You are currently running: $ID $VERSION_ID"
|
||||
echo "OS required: ubuntu 24.04 or higher"
|
||||
echo "OS required: Ubuntu 24.04 or higher"
|
||||
echo "Installation stopped."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user