mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
[yolo] Add apt update before installing script dependencies
This commit is contained in:
parent
b8f80b32e3
commit
224e0e9905
1 changed files with 1 additions and 0 deletions
|
@ -254,6 +254,7 @@ function install_script_dependencies() {
|
||||||
DEPENDENCIES+=" dialog"
|
DEPENDENCIES+=" dialog"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
apt_update
|
||||||
apt_get_wrapper -o Dpkg::Options::="--force-confold" \
|
apt_get_wrapper -o Dpkg::Options::="--force-confold" \
|
||||||
-y --force-yes install \
|
-y --force-yes install \
|
||||||
$DEPENDENCIES \
|
$DEPENDENCIES \
|
||||||
|
|
Loading…
Add table
Reference in a new issue