mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Re-enable install of yunohost-admin now that build is fixed
This commit is contained in:
parent
ca17cf4a5d
commit
8061c501ba
1 changed files with 1 additions and 2 deletions
|
@ -507,9 +507,8 @@ function install_yunohost_packages() {
|
|||
-o Dpkg::Options::="--force-confold" \
|
||||
-o APT::install-recommends=true \
|
||||
-y install \
|
||||
yunohost postfix \
|
||||
yunohost yunohost-admin postfix \
|
||||
|| return 1
|
||||
#yunohost yunohost-admin postfix \ # FIXME / TODO : temporarily removed yunohost-admin because build on vinaigrette is broken, to be re-added once it's fixed
|
||||
}
|
||||
|
||||
function restart_services() {
|
||||
|
|
Loading…
Add table
Reference in a new issue