diff options
| author | Martin Guzman <55927935+brockar@users.noreply.github.com> | 2026-01-21 16:18:43 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-21 16:18:43 -0300 |
| commit | c6198c1bedeffd08ec3f60f7ba3a41e6c5870885 (patch) | |
| tree | 458c030873b4e70ff9eda0baed5df257434871f4 /Distro-Hyprland.sh | |
| parent | 7dedbe3d4a4560ac15987fdf8164dbbb1f4701bf (diff) | |
| parent | 88a09344e8cc7cffe69a017eb752e8c6fa17ddcb (diff) | |
Merge pull request #927 from JaKooLit/development
Merge Development to main branch for release
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." |
