Fetch install script from install.yunohost.org

This commit is contained in:
Alexandre Aubin 2018-03-08 21:18:58 +01:00
parent f7ca8d84e8
commit b8bd921eee

View file

@ -1,8 +1,8 @@
#!/bin/bash -e
install -m 744 files/install_yunohost ${ROOTFS_DIR}/tmp/
on_chroot << EOF
cd /tmp/
wget -O install_yunohost https://install.yunohost.org/stretch
chmod +x /tmp/install_yunohost
./install_yunohost -a -i
EOF