wip
This commit is contained in:
parent
e0e9c7455b
commit
c583880054
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue