wip
This commit is contained in:
parent
f7dde08c6d
commit
aeeafabb47
1 changed files with 5 additions and 1 deletions
|
@ -46,7 +46,11 @@ fi
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
case "$distro" in
|
case "$distro" in
|
||||||
arch) _install ags-hyprpanel-git ;;
|
arch)
|
||||||
|
local deps="brightnessctl"
|
||||||
|
_install "$deps"
|
||||||
|
_install ags-hyprpanel-git
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo_error "$distro is not supported by this script. Exiting now!"
|
echo_error "$distro is not supported by this script. Exiting now!"
|
||||||
return 69
|
return 69
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue