From eafd37ead2d7acfdfe8db7d0b7c4652da52eb639 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com> Date: Sat, 30 Nov 2024 16:40:32 -0300 Subject: [PATCH] Update install.sh - edited the Ubuntu warning part --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 904f5c3..d46f89d 100755 --- a/install.sh +++ b/install.sh @@ -21,7 +21,7 @@ is_ubuntu() { # Check if the system is Ubuntu 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 fi