Add no office selection
This commit is contained in:
parent
bbf4257570
commit
6f28defc54
1 changed files with 3 additions and 0 deletions
|
@ -94,6 +94,7 @@ function upgrade2ultimate
|
|||
echo "5) Yozo Office"
|
||||
echo "6) Calligra Office"
|
||||
echo "7) Abiword"
|
||||
echo "8) Who needs office anyway?"
|
||||
read office
|
||||
if [ $office = "1" ]; then
|
||||
echo "libreoffice-fresh
|
||||
|
@ -113,6 +114,8 @@ function upgrade2ultimate
|
|||
echo "calligra" >> /tmp/setup-assistant/pkgs.txt
|
||||
elif [ $office = "7" ]; then
|
||||
echo "abiword" >> /tmp/setup-assistant/pkgs.txt
|
||||
elif [ $office = "7" ]; then
|
||||
echo "nooffice" >/dev/null 2>&1 &
|
||||
else echo "Thats not a valid choice! ❌"
|
||||
goto "office-selection"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue