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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue