mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
The script should not behave as if everything was ok if the install of those packages failed :s
This commit is contained in:
parent
0409289745
commit
9e49f947d9
1 changed files with 2 additions and 1 deletions
|
@ -397,7 +397,8 @@ function install_yunohost_packages() {
|
||||||
apt_get_wrapper \
|
apt_get_wrapper \
|
||||||
-o Dpkg::Options::="--force-confold" \
|
-o Dpkg::Options::="--force-confold" \
|
||||||
-y --force-yes install \
|
-y --force-yes install \
|
||||||
yunohost yunohost-admin postfix
|
yunohost yunohost-admin postfix \
|
||||||
|
|| return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
function restart_services() {
|
function restart_services() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue