From 5df037c936ebbbaec8006dd87e29c43ace745513 Mon Sep 17 00:00:00 2001 From: ljf Date: Mon, 13 Jun 2022 02:11:25 +0200 Subject: [PATCH] Yunohost Bullseye --- stage3/00-install-yunohost/00-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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