[yolo] Add apt update before installing script dependencies

This commit is contained in:
Alexandre Aubin 2018-04-18 15:56:01 +02:00 committed by GitHub
parent b8f80b32e3
commit 224e0e9905
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -254,6 +254,7 @@ function install_script_dependencies() {
DEPENDENCIES+=" dialog"
fi
apt_update
apt_get_wrapper -o Dpkg::Options::="--force-confold" \
-y --force-yes install \
$DEPENDENCIES \