From b231080a3865a2b30fbdf854a1fd077aa19d6233 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 4 Jun 2024 02:57:50 +0900 Subject: [PATCH] updated install.sh and dotfiles.sh --- install-scripts/dotfiles.sh | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install-scripts/dotfiles.sh b/install-scripts/dotfiles.sh index e0c470f..4347def 100755 --- a/install-scripts/dotfiles.sh +++ b/install-scripts/dotfiles.sh @@ -3,7 +3,7 @@ # Hyprland-Dots to download a specific release # # Define the specific release version to download -specific_version="v2.2.12" +specific_version="v2.2.13" ## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ## diff --git a/install.sh b/install.sh index 9a5ce1d..a3b8aa5 100755 --- a/install.sh +++ b/install.sh @@ -29,7 +29,7 @@ printf "\n%.0s" {1..4} echo "$(tput bold)$(tput setaf 3)ATTENTION!!!! VERY IMPORTANT NOTICE!!!! $(tput sgr0)" echo "$(tput bold)$(tput setaf 7)Latest Hyprland compatible with Ubuntu 24.04 is only up to v0.39.1 $(tput sgr0)" echo "$(tput bold)$(tput setaf 7)This was due to old version is wayland-protocols available in Ubuntu Repo $(tput sgr0)" -echo "$(tput bold)$(tput setaf 7)Because of the above, the latest Hyprland-Dots compatible will only be v2.2.12 $(tput sgr0)" +echo "$(tput bold)$(tput setaf 7)Because of the above, the latest Hyprland-Dots compatible will only be v2.2.13 $(tput sgr0)" echo "$(tput bold)$(tput setaf 7)Newer dots may not be compatible.$(tput sgr0)" echo "$(tput bold)$(tput setaf 7)This would also mean that support for this project might slowdown$(tput sgr0)" echo "$(tput bold)$(tput setaf 7)Please be guided$(tput sgr0)"