From 9ced69fb62fd71e0f9363e10b851c6a960ec35df Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 10 Mar 2025 00:05:24 +0900 Subject: updated for Debian --- Distro-Hyprland.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3