Install yunohost stable, not testing

This commit is contained in:
Alexandre Aubin 2021-11-26 01:18:54 +01:00 committed by GitHub
parent d6993788ca
commit 81383710e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ EOF
# Run the actual install
on_chroot << EOF
apt-get install insserv resolvconf -y
curl https://install.yunohost.org/buster | bash -s -- -a -d testing
curl https://install.yunohost.org/buster | bash -s -- -a
rm -f /etc/ssh/ssh_host_*
EOF