From 0be0629bd759edd0a7722607cefd5e785994cf4f Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Sun, 12 May 2019 00:28:55 +0200 Subject: [PATCH] Don't ask for permission to install in step 1 --- seqs/mayan-edms.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 seqs/mayan-edms.sh diff --git a/seqs/mayan-edms.sh b/seqs/mayan-edms.sh old mode 100755 new mode 100644 index 8150c32..50234fd --- a/seqs/mayan-edms.sh +++ b/seqs/mayan-edms.sh @@ -5,7 +5,7 @@ toolName="Mayan EDMS" step_1_info() { echo "Install libreoffice without gui"; } step_1() { exe apt update - exe apt --no-install-recommends install libreoffice-core + exe apt --no-install-recommends install libreoffice -y } step_2_info() { echo "Get $toolName binary dependcies"; }