Fetch install script from install.yunohost.org
This commit is contained in:
parent
f7ca8d84e8
commit
b8bd921eee
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue