diff options
| -rwxr-xr-x | Distro-Hyprland.sh | 14 | ||||
| -rwxr-xr-x | archive/release.sh (renamed from release.sh) | 0 | ||||
| -rwxr-xr-x | archive/upgrade.sh (renamed from upgrade.sh) | 0 |
3 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." diff --git a/release.sh b/archive/release.sh index e29eaa79..e29eaa79 100755 --- a/release.sh +++ b/archive/release.sh diff --git a/upgrade.sh b/archive/upgrade.sh index 45624c4f..45624c4f 100755 --- a/upgrade.sh +++ b/archive/upgrade.sh |
