mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[fix] Rename install script.
This commit is contained in:
parent
091d6807b5
commit
480c205e5f
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -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 :
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -23,7 +23,7 @@ sudo passwd root
|
||||||
|
|
||||||
4. Lancez le script d’installation
|
4. Lancez le script d’installation
|
||||||
```bash
|
```bash
|
||||||
cd /tmp/install_script && sudo ./install_yunohostv2
|
cd /tmp/install_script && sudo ./install_yunohost
|
||||||
```
|
```
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
Loading…
Reference in a new issue