From bed7e732819efba1cc8fdc10673c297a3a590143 Mon Sep 17 00:00:00 2001 From: pika Date: Mon, 19 May 2025 18:52:20 +0200 Subject: [PATCH] fixing errors --- hyprland.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hyprland.sh b/hyprland.sh index 10bd882..efdc1d6 100644 --- a/hyprland.sh +++ b/hyprland.sh @@ -267,10 +267,12 @@ getDependencies() { case "$distro" in arch) + checkAndInstall "${generalDeps[@]}" checkAndInstall "${pkgArray[@]}" ;; debian) if $trixie; then + checkAndInstall "${generalDeps[@]}" checkAndInstall "${pkgArray[@]}" else echo_error "Your current distro of debian is not sufficient, you have to have trixie (13) installed"