diff --git a/stage3/00-install-yunohost/00-run.sh b/stage3/00-install-yunohost/00-run.sh index e3cd4ca..e125f4a 100755 --- a/stage3/00-install-yunohost/00-run.sh +++ b/stage3/00-install-yunohost/00-run.sh @@ -36,7 +36,7 @@ EOF # Run the actual install on_chroot << EOF apt-get install insserv resolvconf -y -curl https://install.yunohost.org/bullseye | bash -s -- -a -d testing +curl https://install.yunohost.org/bullseye | bash -s -- -a rm -f /etc/ssh/ssh_host_* EOF