diff --git a/stage3/00-install-yunohost/00-run.sh b/stage3/00-install-yunohost/00-run.sh index 2e512c2..4b349fe 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/buster | bash -s -- -a +curl https://install.yunohost.org/bullseye | bash -s -- -a -d testing rm -f /etc/ssh/ssh_host_* EOF