From 89325dbcd7b48d85d7c89db621f6dae8b12b694b Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 2 May 2018 18:33:34 +0200 Subject: [PATCH] Edit comment about libtext-iconv-perl --- install_yunohost | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install_yunohost b/install_yunohost index f6f3f9e..ce067d7 100755 --- a/install_yunohost +++ b/install_yunohost @@ -247,7 +247,9 @@ function upgrade_system() { function install_script_dependencies() { # dependencies of the install script itself - # We need libtext-iconv-perl otherwise install fails weirdly in LXCs :| + # We need libtext-iconv-perl because in some weird case, this errors pops up during the install + # of some packages ... :| + # Can't locate object method "new" via package "Text::Iconv" local DEPENDENCIES="lsb-release wget whiptail gnupg apt-transport-https libtext-iconv-perl" if [[ "$AUTOMODE" == "0" ]] ;