diff --git a/create_live_usb.md b/create_live_usb.md index 6362fed8..f595e093 100644 --- a/create_live_usb.md +++ b/create_live_usb.md @@ -62,7 +62,7 @@ apt-get --no-install-recommends install network-manager 9. **chroot** Install YunoHost ```bash git clone https://github.com/YunoHost/install_script /tmp/yunohost_install -cd /tmp/yunohost_install && ./autoinstall_yunohostv2 +cd /tmp/yunohost_install && ./install_yunohost -a ``` 10. **chroot** Set parameters in order to launch everything right diff --git a/create_live_usb_fr.md b/create_live_usb_fr.md index 5b6d83e1..bc19918a 100644 --- a/create_live_usb_fr.md +++ b/create_live_usb_fr.md @@ -64,7 +64,7 @@ apt-get --no-install-recommends install network-manager 9. **chroot** Installation de YunoHost : ```bash git clone https://github.com/YunoHost/install_script /tmp/yunohost_install -cd /tmp/yunohost_install && ./autoinstall_yunohostv2 +cd /tmp/yunohost_install && ./install_yunohost -a ``` 10. **chroot** Configuration des paramètres : diff --git a/install_manually.md b/install_manually.md index 2ee44d04..4ec8bc29 100644 --- a/install_manually.md +++ b/install_manually.md @@ -23,7 +23,7 @@ sudo passwd root 4. Execute the installation script ```bash -cd /tmp/install_script && sudo ./install_yunohostv2 +cd /tmp/install_script && sudo ./install_yunohost ```
diff --git a/install_manually_fr.md b/install_manually_fr.md index a20079a7..966159c9 100644 --- a/install_manually_fr.md +++ b/install_manually_fr.md @@ -23,7 +23,7 @@ sudo passwd root 4. Lancez le script d’installation ```bash -cd /tmp/install_script && sudo ./install_yunohostv2 +cd /tmp/install_script && sudo ./install_yunohost ```