Yunohost Bullseye

This commit is contained in:
ljf 2022-06-13 02:11:25 +02:00
parent 382e870efd
commit 5df037c936
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/buster | bash -s -- -a
curl https://install.yunohost.org/bullseye | bash -s -- -a -d testing
rm -f /etc/ssh/ssh_host_*
EOF