Don't ask for permission to install in step 1
This commit is contained in:
2
seqs/mayan-edms.sh
Executable file → Normal file
2
seqs/mayan-edms.sh
Executable file → Normal file
@@ -5,7 +5,7 @@ toolName="Mayan EDMS"
|
|||||||
step_1_info() { echo "Install libreoffice without gui"; }
|
step_1_info() { echo "Install libreoffice without gui"; }
|
||||||
step_1() {
|
step_1() {
|
||||||
exe apt update
|
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"; }
|
step_2_info() { echo "Get $toolName binary dependcies"; }
|
||||||
|
Reference in New Issue
Block a user