From 8457d79decbca788f1cc0426634705c8226cfb50 Mon Sep 17 00:00:00 2001 From: opi Date: Fri, 5 Aug 2016 18:20:56 +0200 Subject: [PATCH] [fix] Force yunohost-admin installation --- install_yunohost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_yunohost b/install_yunohost index 3612e39..a9b687e 100755 --- a/install_yunohost +++ b/install_yunohost @@ -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() {