Switch to bullseye stable branch

This commit is contained in:
Alexandre Aubin 2022-08-07 23:41:31 +02:00 committed by GitHub
parent 6ef21accb8
commit 3160118e71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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