-
Notifications
You must be signed in to change notification settings - Fork 15
Installation
Juan Ezquerro LLanes edited this page Apr 12, 2017
·
2 revisions
Download the latest Raspbian Jessie Lite image and flash it to the SD card
dd if=20XX-XX-XX-raspbian-jessie-lite.img of=/dev/mmcblk0
Use a screen over HDMI and a keyboard over usb port or modify the SD card system with:
-
Create a file called ssh in the boot partition of the SD card
touch ssh
-
Configure wpa_supplicant file in the SD card
wpa_passphrase NetworkName >> etc/wpa_supplicant/wpa_supplicant.conf
Now you can insert the SD card and do the first login for install Raspiducky
-
Login as pi
-
Run an update
apt update
-
Install git
apt install git
-
Clone the repository
git clone https://github.com/arrase/Raspiducky.git
-
Run install script
cd Raspiducky chmod 777 install.sh ./install.sh
-
Delete the install folder and reboot
cd .. rm -rf Raspiducky sudo reboot