Skip to content

How to download and install the script

Pi Home Server edited this page Apr 14, 2018 · 4 revisions

One command to use default parameters

If you don't want to change any parameter in the script, you can run it without cloning the project. As root, execute the following command

curl https://raw.githubusercontent.com/pihomeserver/Kupiki-Hotspot-Script/master/pihotspot.sh | bash

If you want to customize the configuration

Pre requirements

You should have git installed on your system to get the script

apt-get update && apt-get install -y git

Download the script

Use the following command to clone the project and get it on your Raspberry Pi

git clone https://github.com/pihomeserver/Kupiki-Hotspot-Script.git

Change rights

Change the rights of the script to make it runnable

chmod +x Kupiki-Hotspot-Script/pihotspot.sh