Update install.sh
This commit is contained in:
parent
44e6d731f5
commit
7f97088310
@ -133,14 +133,14 @@ do
|
|||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
#this block does not show up
|
||||||
cmd=(dialog --separate-output --checklist "Select more programs:" 22 76 16)
|
cmd=(dialog --separate-output --checklist "Select more programs:" 22 76 16)
|
||||||
options=(1 "Audacity" off
|
options=(1 "Audacity" off
|
||||||
2 "MangoHud" off
|
2 "MangoHud" off
|
||||||
3 "Easystroke" on
|
3 "Easystroke" on
|
||||||
4 "Liferea" off
|
4 "Liferea" off
|
||||||
5 "Mirage" on
|
5 "Mirage" on
|
||||||
6 "Bettergram" on
|
6 "Bettergram" on)
|
||||||
7 "Pycharm")
|
|
||||||
choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
|
choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
|
||||||
#clear
|
#clear
|
||||||
for choice in $choices
|
for choice in $choices
|
||||||
@ -171,10 +171,6 @@ do
|
|||||||
sudo yay -S --needed bettergram
|
sudo yay -S --needed bettergram
|
||||||
echo Installed Bettergram
|
echo Installed Bettergram
|
||||||
;;
|
;;
|
||||||
7)
|
|
||||||
sudo pacman -S --needed pycharm-community-edition
|
|
||||||
echo Installed Pycharm
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user