This commit is contained in:
pika 2025-05-13 11:20:42 +02:00
parent f7dde08c6d
commit aeeafabb47

View file

@ -46,7 +46,11 @@ fi
main() {
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!"
return 69