diff options
Diffstat (limited to 'Distro-Hyprland.sh')
| -rwxr-xr-x | Distro-Hyprland.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Distro-Hyprland.sh b/Distro-Hyprland.sh index 99a1fc34..88964ea7 100755 --- a/Distro-Hyprland.sh +++ b/Distro-Hyprland.sh @@ -64,6 +64,20 @@ elif [ "$distro_name" = "Ubuntu" ]; then Distro_DIR="$HOME/$Distro-$Github_URL_branch" echo "${INFO} Ubuntu 25.04 detected. Customizing setup for Ubuntu 25.04." ;; + "25.10") + Distro="Ubuntu-Hyprland" + Github_URL="https://github.com/JaKooLit/$Distro.git" + Github_URL_branch="25.10" + Distro_DIR="$HOME/$Distro-$Github_URL_branch" + echo "${INFO} Ubuntu 25.10 detected. Customizing setup for Ubuntu 25.10." + ;; + "26.04-development") + Distro="Ubuntu-Hyprland" + Github_URL="https://github.com/JaKooLit/$Distro.git" + Github_URL_branch="26.04-development" + Distro_DIR="$HOME/$Distro-$Github_URL_branch" + echo "${INFO} Ubuntu 26.04 (development) detected. Customizing setup for Ubuntu 26.04 development branch." + ;; *) Distro="Ubuntu-Hyprland" echo "${ERROR} Unsupported distribution: $distro_version. Exiting." |
