From 3160118e7105880e064923c3bd4769478ed1955c Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 7 Aug 2022 23:41:31 +0200 Subject: [PATCH] Switch to bullseye stable branch --- 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 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