diff --git a/usr/bin/setup-assistant b/usr/bin/setup-assistant index e005bd4..013815d 100755 --- a/usr/bin/setup-assistant +++ b/usr/bin/setup-assistant @@ -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