Changes between Version 50 and Version 51 of PiBotOsInstallation
- Timestamp:
- Oct 1, 2016, 11:28:37 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PiBotOsInstallation
v50 v51 21 21 * Then test, by running {{{java -version}}}. It should say java 8, not openjdk. 22 22 * Install [http://pi4j.com/ Pi4J] 23 {{{23 {{{ 24 24 mkdir -p ~/dev;cd ~/dev 25 25 curl -s get.pi4j.com | sudo bash 26 }}}26 }}} 27 27 * Install [https://www.nano-editor.org/ Nano] text editor {{{sudo apt-get install nano}}} 28 28 * Install [https://en.wikipedia.org/wiki/Avahi_(software) Avahi] (mDNS/zeroconf) {{{sudo apt-get install avahi-daemon}}}