Try dialog

This commit is contained in:
Leon Grünewald 2021-02-14 19:26:39 +01:00
parent 02952b1db8
commit fe48ad1a5c

View file

@ -36,9 +36,13 @@ git submodule update --init --recusive
cd $HOME/workspace/devconf cd $HOME/workspace/devconf
./install-light.sh ./install-light.sh
dialog --checklist "Which parts do you want to install?" 30 30 5 graphical Graphical off
res=$?
clear
if [ $res == *"graphical"* ]; then
./install-graphical.sh ./install-graphical.sh
fi
sudo usermod -aG audio,input $(whoami) sudo usermod -aG audio,input $(whoami)
clear #clear
echo 'Installation Done' echo 'Installation Done'