This commit is contained in:
pika 2025-05-30 18:00:44 +02:00
parent e0e9c7455b
commit c583880054

View file

@ -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