Don't ask for permission to install in step 1

This commit is contained in:
2019-05-12 00:28:55 +02:00
parent 75d30a08d6
commit 0be0629bd7

2
seqs/mayan-edms.sh Executable file → Normal file
View File

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