Edit comment about libtext-iconv-perl

This commit is contained in:
Alexandre Aubin 2018-05-02 18:33:34 +02:00 committed by GitHub
parent 54b27190ba
commit 89325dbcd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" ]] ;