From b34baeb33561089addd374ac390b8117dd53c23c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darko=20Luki=C4=87?= Date: Mon, 21 May 2018 20:51:40 +0200 Subject: [PATCH] --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index fd7be37..3bf3007 100644 --- a/install.sh +++ b/install.sh @@ -18,7 +18,7 @@ git clone --depth 1 -b rest https://github.com/CosmicPi/cosmicpi-rpi_V1.5.git /t sudo python /tmp/cosmicpi/setup.py install echo "--- Configure AP mode ---" -curl https://gist.githubusercontent.com/lukicdarkoo/6b92d182d37d0a10400060d8344f86e4/raw | sh -s FooSSID FooPass CosmicPi cosmicpi +curl https://gist.githubusercontent.com/lukicdarkoo/6b92d182d37d0a10400060d8344f86e4/raw | sh -s FooSSID FoooPass CosmicPi cosmicpi # Previous version is available at: https://pastebin.com/00BXKBA2 sudo reboot \ No newline at end of file