stretch -> buster

This commit is contained in:
Alexandre Aubin 2020-06-18 17:37:33 +02:00
parent 462b929186
commit 113a6f654d
2 changed files with 2 additions and 2 deletions

2
config
View file

@ -1,5 +1,5 @@
IMG_NAME="yunohost"
RELEASE="stretch"
RELEASE="buster"
USE_QEMU="1"
LOCALE_DEFAULT="en_US.UTF-8"
TARGET_HOSTNAME="yunohost"

View file

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