Parcourir la source

change autoinstall yunohost call

Émile Morel il y a 9 ans
Parent
commit
52d5da94e4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      olinux/create_arm_debootstrap.sh

+ 1 - 1
olinux/create_arm_debootstrap.sh

@@ -216,7 +216,7 @@ chroot_deb $TARGET_DIR "/bin/systemctl enable firstrun >> /dev/null"
 if [ $INSTALL_YUNOHOST ] ; then
 if [ $INSTALL_YUNOHOST ] ; then
   chroot_deb $TARGET_DIR "$APT git"
   chroot_deb $TARGET_DIR "$APT git"
   chroot_deb $TARGET_DIR "git clone https://github.com/YunoHost/install_script /tmp/install_script"
   chroot_deb $TARGET_DIR "git clone https://github.com/YunoHost/install_script /tmp/install_script"
-  chroot_deb $TARGET_DIR "cd /tmp/install_script && ./autoinstall_yunohostv2"
+  chroot_deb $TARGET_DIR "cd /tmp/install_script && ./install_yunohostv2 -a"
 fi
 fi
 
 
 if [ $INSTALL_KERNEL ] ; then
 if [ $INSTALL_KERNEL ] ; then