From 1aea405b1d08b2a94a06b6144e1b822a14990d86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darko=20Luki=C4=87?= Date: Mon, 21 May 2018 21:39:24 +0200 Subject: [PATCH] --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 3bf3007..c33451e 100644 --- a/install.sh +++ b/install.sh @@ -15,7 +15,8 @@ sudo apt -y install git python-setuptools echo "--- Install CosmicPi software ---" #sudo pip3 install cosmicpi -U git clone --depth 1 -b rest https://github.com/CosmicPi/cosmicpi-rpi_V1.5.git /tmp/cosmicpi -sudo python /tmp/cosmicpi/setup.py install +cd /tmp/cosmicpi/ +sudo python setup.py install echo "--- Configure AP mode ---" curl https://gist.githubusercontent.com/lukicdarkoo/6b92d182d37d0a10400060d8344f86e4/raw | sh -s FooSSID FoooPass CosmicPi cosmicpi