From 9cfff838cdcf621c4b8cfc822b1b1bef54d23f9d Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 29 May 2024 05:09:41 +0900 Subject: [PATCH] updated install.sh --- README.md | 4 ++++ install.sh | 10 ++++++++++ 2 files changed, 14 insertions(+) diff --git a/README.md b/README.md index d8c5feb..4b8226b 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,9 @@ https://github.com/JaKooLit/Hyprland-Dots/assets/85185940/50d53755-0f11-45d6-991 - the wallpaper offered to be downloaded towards the end is from this [`REPO`](https://github.com/JaKooLit/Wallpaper-Bank) - The dotfiles that will be pulled by this installer is only specific. Since newer dotfiles might not work properly +> [!NOTE] +> There is a lot of changes on Hyprland v0.40.0. And because of this, the latest Hyprland-Dots compatible for this script will be Hyprland-Dots v2.2.12 [`LINK`](https://github.com/JaKooLit/Hyprland-Dots/releases/tag/v2.2.12) + #### ✨ Some notes on this installer / Prerequisites - This script is meant to install in Ubuntu 24.04 LTS - If you are using gnome already, DO NOT install SDDM. GDM will work. Apart from GDM and SDDM, any other Login Manager may not work nor launch Hyprland. However, hyprland can be launched through tty by type Hyprland @@ -219,6 +222,7 @@ log into your account - [ ] Installing SDDM if or any other Login Manager installed. See [`Issue 2 - SDDM`](https://github.com/JaKooLit/Debian-Hyprland/issues/2) - [ ] network is down or become unmanaged [`This`](https://askubuntu.com/questions/71159/network-manager-says-device-not-managed) might help - [ ] pyprland is a hit and miss. Drop down not working, zooming is hit and miss +- [ ] See note above about Hyprland-Dots newer version incompatibility #### 📒 Final Notes diff --git a/install.sh b/install.sh index 35e3450..3e32590 100755 --- a/install.sh +++ b/install.sh @@ -25,6 +25,16 @@ echo echo "$(tput setaf 3)NOTE: If you are installing on a VM, ensure to enable 3D acceleration else Hyprland wont start! $(tput sgr0)" echo +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)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)" +printf "\n%.0s" {1..3} + read -p "$(tput setaf 6)Would you like to proceed? (y/n): $(tput sgr0)" proceed if [ "$proceed" != "y" ]; then