Changes between Version 50 and Version 51 of PiBotOsInstallation


Ignore:
Timestamp:
Oct 1, 2016, 11:28:37 AM (9 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PiBotOsInstallation

    v50 v51  
    2121  * Then test,  by running {{{java -version}}}.  It should say java 8, not openjdk.
    2222* Install [http://pi4j.com/ Pi4J]
    23   {{{
     23     {{{
    2424       mkdir -p ~/dev;cd ~/dev
    2525       curl -s get.pi4j.com | sudo bash
    26   }}}
     26     }}}
    2727* Install [https://www.nano-editor.org/ Nano] text editor {{{sudo apt-get install nano}}}
    2828* Install [https://en.wikipedia.org/wiki/Avahi_(software) Avahi] (mDNS/zeroconf) {{{sudo apt-get install avahi-daemon}}}