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"