From c1c45df51e76bdffdcb0f420b4d75621b1cdc540 Mon Sep 17 00:00:00 2001 From: James Devine Date: Sun, 14 Jun 2020 17:53:05 +0200 Subject: [PATCH] --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7b93be1..7d54444 100644 --- a/install.sh +++ b/install.sh @@ -19,7 +19,7 @@ git clone --depth 1 -b rest https://github.com/CosmicPi/cosmicpi-rpi_V1.5.git /t (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 +curl https://gist.githubusercontent.com/lukicdarkoo/6b92d182d37d0a10400060d8344f86e4/raw | sh -a CosmicPi cosmicpi -c CosmicPiTest # Previous version is available at: https://pastebin.com/00BXKBA2 sudo reboot \ No newline at end of file