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