diff --git a/CHANGELOGS.md b/CHANGELOGS.md index c607cba..0bba8bc 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,5 +1,8 @@ ## Changelogs +## 23 Aug 2024 +- Moved Ubuntu-Hyprland on a separate Github Repo + ## 22 Aug 2024 - refactor Debian-Hyprland script. As Hyprland is now in official repo diff --git a/README.md b/README.md index 2003f7e..4ac5f34 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,19 @@
-
-> [!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
@@ -219,7 +195,7 @@ source ~/.zshrc
#### 🤬 FAQ
#### Most common question I got is, Hey Ja, Why the heck it is taking long time to install? Other distro like Arch its only a minute or two. Why here takes like forever?!?!?!
-- Well, most of the core packages are downloaded and Build and compiled from SOURCE. There are no pre-built binary (yet) for Debian and Ubuntu. Unlike Other distros, they already have prepacked binary that can just download and install.
+- Well, most of the core packages are downloaded and Build and compiled from SOURCE. Unlike Other distros, they already have prepacked binary that can just download and install.
> [!NOTE]
> This script does not setup audio. Kindly set up. If you have not, I recommend pipewire. `sudo apt install -y pipewire`
diff --git a/install-scripts/dotfiles.sh b/install-scripts/dotfiles.sh
index 015d31f..418f50f 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.3.1-1"
+specific_version="v2.3.3-DebUntu"
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##