From b7c2890bc5091323348b90cd0c7d3f6ea75bd1d2 Mon Sep 17 00:00:00 2001 From: Kay0u Date: Wed, 20 May 2020 14:35:55 +0200 Subject: [PATCH] fix install --- utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.sh b/utils.sh index 9bb4ace..7417643 100755 --- a/utils.sh +++ b/utils.sh @@ -185,7 +185,7 @@ rebuild_base_containers() rotate_image "$base_image_to_rebuild-tmp" "$base_image_to_rebuild-before-install" # Install YunoHost - lxc exec "$base_image_to_rebuild-tmp" -- /bin/bash -c "DEBIAN_FRONTEND=noninteractive SUDO_FORCE_REMOVE=yes apt --assume-yes -o Dpkg::Options::=\"--force-confold\" -o APT::install-recommends=true install yunohost yunohost-admin postfix" + lxc exec "$base_image_to_rebuild-tmp" -- /bin/bash -c "curl $INSTALL_SCRIPT | bash -s -- -a -d $ynh_version" # Run postinstall lxc exec "$base_image_to_rebuild-tmp" -- /bin/bash -c "yunohost tools postinstall -d domain.tld -p the_password --ignore-dyndns"