mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
[fix] Force yunohost-admin installation
This commit is contained in:
parent
a0a45c3077
commit
8457d79dec
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ install_yunohost_packages() {
|
|||
apt_get_wrapper \
|
||||
-o Dpkg::Options::="--force-confold" \
|
||||
-y --force-yes install \
|
||||
yunohost postfix
|
||||
yunohost yunohost-admin postfix
|
||||
}
|
||||
|
||||
restart_services() {
|
||||
|
|
Loading…
Add table
Reference in a new issue