Update page 'Software (en)'

Jannik 2019-03-16 00:25:34 +01:00
parent c50a1d77ce
commit 2dee7d0188
1 changed files with 3 additions and 2 deletions

@ -63,7 +63,7 @@ sudo make install
``` ```
5. Install the ActionPi software. 5. Install the ActionPi software.
``` ```console
cd ~/Downloads/ cd ~/Downloads/
git clone https://github.com/Seil0/ActionPi.git git clone https://github.com/Seil0/ActionPi.git
cd ActionPi/ cd ActionPi/
@ -79,9 +79,10 @@ chmod +x ActionPi
7. (Optional) Add i2c configuration for the real-time clock. 7. (Optional) Add i2c configuration for the real-time clock.
`sudo i2cdetect -y 1; sudo modprobe rtc-ds1307; sudo echo ds1307 0x68 > /sys/class/i2c-adapter/i2c-1/new_device` `sudo i2cdetect -y 1; sudo modprobe rtc-ds1307; sudo echo ds1307 0x68 > /sys/class/i2c-adapter/i2c-1/new_device`
8. (Optional) Deactivate dhcpcd, speeds up the boot process, disables DHCP! (Not recommended!) 8. (Optional) Deactivate dhcpcd, speeds up the boot process, disables DHCP! (Not recommended!)
``` ```console
sudo service dhcpcd stop sudo service dhcpcd stop
sudo systemctl disable dhcpcd sudo systemctl disable dhcpcd
``` ```
9. Reboot the system (recommended). 9. Reboot the system (recommended).
`sudo reboot` `sudo reboot`