From 17b8a807a81db998ae1e649a0e5b175f51d4a745 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 5 May 2024 18:16:45 +0900 Subject: [PATCH] Prelimenary readme for Ubuntu 24.04 LTS --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2283334..a51e191 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,9 @@
-### ♨️♨️♨️ ATTENTION ♨️♨️♨️ 30 Apr 2024 +### ♨️♨️♨️ ATTENTION ♨️♨️♨️ 05 May 2024 - This script will not work on older build of Ubuntu like Ubuntu 23.10 and older. Due to depencies. If you want to install on Ubuntu 23.10, you can download the version v2.2.3 from the releases +- Ubuntu 24.04 Users, Please see below for instruction on how to use this script > [!IMPORTANT] > install a backup tool like `snapper` or `timeshift`. and Backup your system before installing hyprland using this script. This script does NOT include uninstallation of packages @@ -65,7 +66,6 @@ sudo nano /etc/apt/sources.list #### ❕ Installed on Ubuntu 24.04 LTS with Nvidia Laptop 😷 ![alt text](https://github.com/JaKooLit/screenshots/blob/main/Distro-Hyprland/Ubuntu/Ubuntu-24.04-nvidia.png) - #### 📷 More updated Screenshots Here [`Link`](https://github.com/JaKooLit/screenshots/tree/main/Hyprland-Dots-Showcase) #### 📷 Older Screenshots: v1[`Link`](https://github.com/JaKooLit/screenshots/tree/main/Hyprland-ScreenShots/Debian) & v2[`Link`](https://github.com/JaKooLit/screenshots/tree/main/Hyprland-ScreenShots/Debian-v2) @@ -122,6 +122,18 @@ chmod +x install.sh

+ +> [!NOTE] +> UBUNTU USERS: Will only work on Ubuntu 24.04. See above! +> For Ubuntu 24.04 LTS, no need to edit the /etc/apt/sources.list +> A separate branch have been created for Ubuntu 24.04 ONLY +```bash +git clone --depth=1 -b Ubuntu-24.04-LTS https://github.com/JaKooLit/Debian-Hyprland.git ~/Ubuntu-Hyprland +cd ~/Ubuntu-Hyprland +chmod +x install.sh +./install.sh +``` + #### ✨ for ZSH and OH-MY-ZSH installation > installer should auto change your default shell to zsh. However, if it does not, do this ```bash