stretch -> buster
This commit is contained in:
parent
462b929186
commit
113a6f654d
2 changed files with 2 additions and 2 deletions
2
config
2
config
|
@ -1,5 +1,5 @@
|
|||
IMG_NAME="yunohost"
|
||||
RELEASE="stretch"
|
||||
RELEASE="buster"
|
||||
USE_QEMU="1"
|
||||
LOCALE_DEFAULT="en_US.UTF-8"
|
||||
TARGET_HOSTNAME="yunohost"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue