From b3d3f8e731a1c85accddd28fa453ace441f01432 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 30 Apr 2024 14:53:26 +0900 Subject: [PATCH] updated install.sh --- install.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/install.sh b/install.sh index 609039a..46cd6e5 100755 --- a/install.sh +++ b/install.sh @@ -31,12 +31,6 @@ echo "$(tput bold)$(tput setaf 7)Due to fast development of Hyprland, Hyprland t echo "$(tput bold)$(tput setaf 7)For now, the Hyprland version to be installed with this script will be v0.34.0$(tput sgr0)" printf "\n%.0s" {1..3} -printf "\n%.0s" {1..5} -echo "$(tput bold)$(tput setaf 3)ATTENTION!!!! One MORE IMPORTANT NOTICE!!!! $(tput sgr0)" -echo "$(tput bold)$(tput setaf 7)Dotfiles version to be downloaded here will be specific to v2.2.6 only $(tput sgr0)" -echo "$(tput bold)$(tput setaf 7)Debian and Ubuntu Cant keep up with Hyprland development. $(tput sgr0)" -printf "\n%.0s" {1..3} - read -p "$(tput setaf 6)Would you like to proceed? (y/n): $(tput sgr0)" proceed if [ "$proceed" != "y" ]; then