Browse Source

create_arm - (re)add testing for yunohost

Émile Morel 10 years ago
parent
commit
abc346d7ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      olinux/create_arm_debootstrap.sh

+ 1 - 1
olinux/create_arm_debootstrap.sh

@@ -199,7 +199,7 @@ fi
 if [ $INSTALL_YUNOHOST ] ; then
   chroot_deb $TARGET_DIR "apt-get install -y --force-yes git"
   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 || exit 0"
+  chroot_deb $TARGET_DIR "cd /tmp/install_script && ./autoinstall_yunohostv2 testing || exit 0"
 fi
 
 # Add 'olinux' for root password and force to change it at first login