Try dialog
This commit is contained in:
parent
02952b1db8
commit
fe48ad1a5c
1 changed files with 6 additions and 2 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue