From 6902f706250bab8cd58f8f7b4ca453ba30c36bcd Mon Sep 17 00:00:00 2001 From: heuzef Date: Sun, 9 Sep 2018 14:50:34 +0200 Subject: [PATCH] fix install command --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 262f084..899ef00 100755 --- a/README.md +++ b/README.md @@ -10,8 +10,9 @@ Installer Raspbian LITE : https://www.raspberrypi.org/documentation/installation/installing-images/README.md 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 ``` ---