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 hyprland-dev
) )
depsFedora=() depsFedora=()
depsOpensuse=() depsOpensuse=(
hyprland-devel
hyprpolkitagent
hyprland-qtutils
)
depsArch=( depsArch=(
hyprpolkitagent hyprpolkitagent
wayland-utils wayland-utils
@ -266,6 +270,9 @@ setup-env() {
elif $arch; then elif $arch; then
pen blue bold "Using arch linux.. You really shouldn't get any errors :)" pen blue bold "Using arch linux.. You really shouldn't get any errors :)"
return 0 return 0
elif $opensuse; then
pen bold green "Using opensuse.. I think your fine!"
return 0
else else
echo-error "Cannot install $PACKAGE for $distro" echo-error "Cannot install $PACKAGE for $distro"
return 69 return 69