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"; }