fix install

This commit is contained in:
Kay0u 2020-05-20 14:35:55 +02:00
parent 5d0d5ad8d3
commit b7c2890bc5
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

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