some changes

This commit is contained in:
pika 2025-05-24 11:36:38 +02:00
parent 7d3b35eafe
commit 062371f038

View file

@ -44,7 +44,6 @@ askThings() {
;; ;;
*) choose bar "Choose a bar.." waybar gBar </dev/tty ;; *) choose bar "Choose a bar.." waybar gBar </dev/tty ;;
esac esac
[[ $bar == hyprpanel ]] && [[ $distro == arch ]] && bar=ags-hyprpanel-git
pen grey "$bar was picked" pen grey "$bar was picked"
@ -211,13 +210,13 @@ getDependencies() {
case "$distro" in case "$distro" in
arch) arch)
checkAndInstall ${generalDeps[@]} check-and-install ${generalDeps[@]}
checkAndInstall ${pkgArray[@]} check-and-install ${pkgArray[@]}
;; ;;
debian) debian)
if $trixie; then if $trixie; then
checkAndInstall ${generalDeps[@]} check-and-install ${generalDeps[@]}
checkAndInstall ${pkgArray[@]} check-and-install ${pkgArray[@]}
else else
echo-error "Your current distro of debian is not sufficient, you have to have trixie (13) installed" echo-error "Your current distro of debian is not sufficient, you have to have trixie (13) installed"
echo "trixie: $trixie" echo "trixie: $trixie"