some changes
This commit is contained in:
parent
7d3b35eafe
commit
062371f038
1 changed files with 4 additions and 5 deletions
|
@ -44,7 +44,6 @@ askThings() {
|
|||
;;
|
||||
*) choose bar "Choose a bar.." waybar gBar </dev/tty ;;
|
||||
esac
|
||||
[[ $bar == hyprpanel ]] && [[ $distro == arch ]] && bar=ags-hyprpanel-git
|
||||
|
||||
pen grey "$bar was picked"
|
||||
|
||||
|
@ -211,13 +210,13 @@ getDependencies() {
|
|||
|
||||
case "$distro" in
|
||||
arch)
|
||||
checkAndInstall ${generalDeps[@]}
|
||||
checkAndInstall ${pkgArray[@]}
|
||||
check-and-install ${generalDeps[@]}
|
||||
check-and-install ${pkgArray[@]}
|
||||
;;
|
||||
debian)
|
||||
if $trixie; then
|
||||
checkAndInstall ${generalDeps[@]}
|
||||
checkAndInstall ${pkgArray[@]}
|
||||
check-and-install ${generalDeps[@]}
|
||||
check-and-install ${pkgArray[@]}
|
||||
else
|
||||
echo-error "Your current distro of debian is not sufficient, you have to have trixie (13) installed"
|
||||
echo "trixie: $trixie"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue