diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-11 02:08:07 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-11 02:09:43 -0500 |
| commit | bd736891d8c30ce8d42b6a3586567b9f826ec153 (patch) | |
| tree | 8d3adcb676cca751286cb1dfb0149facef341bf0 /Distro-Hyprland.sh | |
| parent | 46e342ceb3a2757554685853597e12a9e70427e0 (diff) | |
Updated Distro-Hyprland to suppport all the ubuntu branches
Also moved upgrade and release.sh scripts they need updating, so moved
to archive dir for now
On branch development
Your branch is behind 'origin/development' by 1 commit, and can be fast-forwarded.
(use "git pull" to update your local branch)
Changes to be committed:
modified: Distro-Hyprland.sh
renamed: release.sh -> archive/release.sh
renamed: upgrade.sh -> archive/upgrade.sh
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." |
