Browse Source

fix install command

master
heuzef 6 years ago
parent
commit
6902f70625
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      README.md

+ 2
- 1
README.md View File

@@ -10,8 +10,9 @@ Installer Raspbian LITE :
https://www.raspberrypi.org/documentation/installation/installing-images/README.md https://www.raspberrypi.org/documentation/installation/installing-images/README.md


Executer le script d'installation : Executer le script d'installation :

``` ```
sudo apt-get -y install curl ; curl -sSL https://raw.githubusercontent.com/heuzef/Allo-GG/master/install.sh | sh
sudo apt-get -y install curl ; sudo curl -sSL https://raw.githubusercontent.com/heuzef/Allo-GG/master/install.sh | sh
``` ```
--- ---




Loading…
Cancel
Save