[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
```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

View file

@ -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 :

View file

@ -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
```
<br>

View file

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