diff options
| -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" |
