Add libtext-iconv-perl dependency in the install script (for LXCs)

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

View file

@ -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