From 1b972ddaf5f2fdfaacf5f5b0c5d720286bf940a6 Mon Sep 17 00:00:00 2001 From: heuzef Date: Sun, 16 Sep 2018 17:52:18 +0200 Subject: [PATCH] Suppression de htop, deja deploye sur raspbian --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index dee277d..0383de5 100755 --- a/install.sh +++ b/install.sh @@ -6,7 +6,7 @@ cd apt-get -y update apt-get -y upgrade -apt-get -y install apache2 php7.0 git-core vim htop +apt-get -y install apache2 php7.0 git-core vim # Installation de wiringPi git clone git://git.drogon.net/wiringPi