Update install.sh - edited the Ubuntu warning part

This commit is contained in:
Ja.KooLit 2024-11-30 16:40:32 -03:00 committed by GitHub
parent 51d031f1aa
commit eafd37ead2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ is_ubuntu() {
# Check if the system is Ubuntu # Check if the system is Ubuntu
if is_ubuntu; then if is_ubuntu; then
echo "This script is NOT intended for Ubuntu / Ubuntu Based. Please read the README for the correct link." echo "This script is NOT intended for Ubuntu / Ubuntu Based. Refer to README for the correct link for Ubuntu-Hyprland project."
exit 1 exit 1
fi fi