From b8bd921eee99b5e3ca027b8f203daba17f92a61e Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 8 Mar 2018 21:18:58 +0100 Subject: [PATCH] Fetch install script from install.yunohost.org --- stage3/00-install-yunohost/00-run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stage3/00-install-yunohost/00-run.sh b/stage3/00-install-yunohost/00-run.sh index fa2521d..7f9f2f8 100755 --- a/stage3/00-install-yunohost/00-run.sh +++ b/stage3/00-install-yunohost/00-run.sh @@ -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