Add auto YES to apt-get in order to avoid abort during installation

This commit is contained in:
zbchristian
2021-04-23 19:01:03 +02:00
committed by GitHub
parent e4995314f0
commit 9f38f64c3d

View File

@@ -19,7 +19,7 @@ function _install_feature_clients() {
_install_log "Install $name" _install_log "Install $name"
_install_log " - required packages for mobile data clients" _install_log " - required packages for mobile data clients"
sudo apt-get install wvdial socat bc || _install_status 1 "Unable to install dependencies for $name" sudo apt-get -y install wvdial socat bc || _install_status 1 "Unable to install dependencies for $name"
_install_log " - copy configuration files and scripts" _install_log " - copy configuration files and scripts"
# Move scripts # Move scripts