diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-10 00:05:24 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-10 00:05:24 +0900 |
| commit | 9ced69fb62fd71e0f9363e10b851c6a960ec35df (patch) | |
| tree | 96330c076916b250442a425147fb359cbfb12aea /Distro-Hyprland.sh | |
| parent | 9d7c47195acead56a7836be85b86ea5fd1a02165 (diff) | |
updated for Debian
Diffstat (limited to 'Distro-Hyprland.sh')
| -rwxr-xr-x | Distro-Hyprland.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Distro-Hyprland.sh b/Distro-Hyprland.sh index b367b013..94ac0a08 100755 --- a/Distro-Hyprland.sh +++ b/Distro-Hyprland.sh @@ -58,7 +58,7 @@ elif [ "$distro_name" == "NixOS" ]; then Distro="NixOS-Hyprland" Github_URL="https://github.com/JaKooLit/$Distro.git" Distro_DIR="$HOME/$Distro" -elif [ "$distro_name" == "Debian" ]; then +elif [ "$distro_name" == "Debian GNU/Linux" ]; then PACKAGE_MANAGER="apt" INSTALL_CMD="sudo apt install -y" GIT_INSTALL_CMD="sudo apt install -y git" |
