[fix] Rename install script.

This commit is contained in:
opi 2016-05-10 14:32:25 +02:00
parent 091d6807b5
commit 480c205e5f
4 changed files with 4 additions and 4 deletions

View file

@ -62,7 +62,7 @@ apt-get --no-install-recommends install network-manager
9. **chroot** Install YunoHost 9. **chroot** Install YunoHost
```bash ```bash
git clone https://github.com/YunoHost/install_script /tmp/yunohost_install 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 10. **chroot** Set parameters in order to launch everything right

View file

@ -64,7 +64,7 @@ apt-get --no-install-recommends install network-manager
9. **chroot** Installation de YunoHost : 9. **chroot** Installation de YunoHost :
```bash ```bash
git clone https://github.com/YunoHost/install_script /tmp/yunohost_install 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 : 10. **chroot** Configuration des paramètres :

View file

@ -23,7 +23,7 @@ sudo passwd root
4. Execute the installation script 4. Execute the installation script
```bash ```bash
cd /tmp/install_script && sudo ./install_yunohostv2 cd /tmp/install_script && sudo ./install_yunohost
``` ```
<br> <br>

View file

@ -23,7 +23,7 @@ sudo passwd root
4. Lancez le script dinstallation 4. Lancez le script dinstallation
```bash ```bash
cd /tmp/install_script && sudo ./install_yunohostv2 cd /tmp/install_script && sudo ./install_yunohost
``` ```
<br> <br>