mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Edit comment about libtext-iconv-perl
This commit is contained in:
parent
54b27190ba
commit
89325dbcd7
1 changed files with 3 additions and 1 deletions
|
@ -247,7 +247,9 @@ function upgrade_system() {
|
||||||
|
|
||||||
function install_script_dependencies() {
|
function install_script_dependencies() {
|
||||||
# dependencies of the install script itself
|
# 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"
|
local DEPENDENCIES="lsb-release wget whiptail gnupg apt-transport-https libtext-iconv-perl"
|
||||||
|
|
||||||
if [[ "$AUTOMODE" == "0" ]] ;
|
if [[ "$AUTOMODE" == "0" ]] ;
|
||||||
|
|
Loading…
Add table
Reference in a new issue