From 6f28defc541460e521f1dcdfc2d78dcc2971c5e4 Mon Sep 17 00:00:00 2001 From: Nico Jensch Date: Wed, 11 Nov 2020 16:34:11 +0100 Subject: [PATCH] Add no office selection --- usr/bin/setup-assistant | 3 +++ 1 file changed, 3 insertions(+) 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