From 54b27190ba58de598bfc181f160b1105791dfe88 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 2 May 2018 18:26:53 +0200 Subject: [PATCH] Add libtext-iconv-perl dependency in the install script (for LXCs) --- install_yunohost | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install_yunohost b/install_yunohost index 0a27068..f6f3f9e 100755 --- a/install_yunohost +++ b/install_yunohost @@ -247,7 +247,8 @@ function upgrade_system() { function install_script_dependencies() { # dependencies of the install script itself - local DEPENDENCIES="lsb-release wget whiptail gnupg apt-transport-https" + # We need libtext-iconv-perl otherwise install fails weirdly in LXCs :| + local DEPENDENCIES="lsb-release wget whiptail gnupg apt-transport-https libtext-iconv-perl" if [[ "$AUTOMODE" == "0" ]] ; then