From c5838800548c2a3c6c3cc11a8bf8c5b94db592e2 Mon Sep 17 00:00:00 2001 From: pika Date: Fri, 30 May 2025 18:00:44 +0200 Subject: [PATCH] wip --- hyprland.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/hyprland.sh b/hyprland.sh index ba7b4c7..d87da6c 100644 --- a/hyprland.sh +++ b/hyprland.sh @@ -181,7 +181,11 @@ getDependencies() { hyprland-dev ) depsFedora=() - depsOpensuse=() + depsOpensuse=( + hyprland-devel + hyprpolkitagent + hyprland-qtutils + ) depsArch=( hyprpolkitagent wayland-utils @@ -266,6 +270,9 @@ setup-env() { elif $arch; then pen blue bold "Using arch linux.. You really shouldn't get any errors :)" return 0 + elif $opensuse; then + pen bold green "Using opensuse.. I think your fine!" + return 0 else echo-error "Cannot install $PACKAGE for $distro" return 69