Changes between Version 49 and Version 50 of PiBotOsInstallation
- Timestamp:
- Oct 1, 2016, 11:28:18 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PiBotOsInstallation
v49 v50 22 22 * Install [http://pi4j.com/ Pi4J] 23 23 {{{ 24 cd ~/dev24 mkdir -p ~/dev;cd ~/dev 25 25 curl -s get.pi4j.com | sudo bash 26 26 }}}