mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Add libtext-iconv-perl dependency in the install script (for LXCs)
This commit is contained in:
parent
e5677b4775
commit
54b27190ba
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue