Snippets

Peter Scargill "The Script"

Updated by Peter Scargill

File script.sh Modified

  • Ignore whitespace
  • Hide word diff
 ##
-##  This version of "The Script" August 21 2019 includes changes to handle latest Node/Node-Red updates on Raspbian 
+##  This version of "The Script" August 21 2019 includes changes to handle Raspbian Buster, RPi4 and other recent changes
+## including the latest Node/Node-Red updates (not yet up to the unreleased 1.0) on Raspbian 
 ##  and to use official NR install script on Pi - also fixes to accomodate changed Grafana Repository. 
-##  NetTools added, Glances and Bottle commented out due to issus with their scripting.
+##  NetTools added, Glances and Bottle commented out due to issues with their scripting.
 ##  Also got rid of NPM warnings
 ##
 ## To use my own exact setup you will also need: 
Updated by Peter Scargill

File script.sh Modified

  • Ignore whitespace
  • Hide word diff
 ##
-##  This version of "The Script" August 2019 includes changes to handle latest Node/Node-Red updates on Raspbian 
+##  This version of "The Script" August 21 2019 includes changes to handle latest Node/Node-Red updates on Raspbian 
 ##  and to use official NR install script on Pi - also fixes to accomodate changed Grafana Repository. 
 ##  NetTools added, Glances and Bottle commented out due to issus with their scripting.
 ##  Also got rid of NPM warnings
Updated by Peter Scargill

File script.sh Modified

  • Ignore whitespace
  • Hide word diff
 # TAKEN OUT  node-red-contrib-graphs - I dont use it, most likely defunct - no work done on it in 3 years
 	for addonnodes in moment node-red-contrib-config node-red-contrib-grove node-red-contrib-diode node-red-contrib-bigtimer \
 	node-red-contrib-esplogin node-red-contrib-timeout node-red-node-openweathermap node-red-node-google node-red-contrib-advanced-ping node-red-node-emoncms node-red-node-geofence node-red-contrib-moment node-red-contrib-particle \
-	node-red-contrib-web-worldmap node-red-contrib-ramp-thermostat node-red-contrib-fs-ops node-red-contrib-infuxdb \
+	node-red-contrib-web-worldmap node-red-contrib-ramp-thermostat node-red-contrib-fs-ops node-red-contrib-influxdb \
 	node-red-contrib-isonline node-red-node-ping node-red-node-random node-red-node-smooth node-red-contrib-npm node-red-node-arduino \
 	node-red-contrib-file-function node-red-contrib-boolean-logic node-red-contrib-blynk-ws node-red-contrib-telegrambot node-red-contrib-dsm node-red-contrib-ftp \
 	node-red-dashboard node-red-node-darksky node-red-contrib-owntracks node-red-contrib-alexa-local node-red-contrib-amazon-echo node-red-contrib-alexa-notifyme node-red-contrib-heater-controller ; do
             printstatus "Installing Nodes (could take some time)"
 	for addonnodes in moment node-red-contrib-config node-red-contrib-grove node-red-contrib-diode node-red-contrib-bigtimer \
 	node-red-contrib-esplogin node-red-contrib-timeout node-red-node-openweathermap node-red-node-google node-red-contrib-advanced-ping node-red-node-emoncms node-red-node-geofence node-red-contrib-moment node-red-contrib-particle \
-	node-red-contrib-web-worldmap node-red-contrib-ramp-thermostat node-red-contrib-fs-ops node-red-contrib-infuxdb \
+	node-red-contrib-web-worldmap node-red-contrib-ramp-thermostat node-red-contrib-fs-ops node-red-contrib-influxdb \
 	node-red-contrib-isonline node-red-node-ping node-red-node-random node-red-node-smooth node-red-contrib-npm node-red-node-arduino \
 	node-red-contrib-file-function node-red-contrib-boolean-logic node-red-contrib-blynk-ws node-red-contrib-telegrambot node-red-contrib-dsm node-red-contrib-ftp \
 	node-red-dashboard node-red-node-darksky node-red-contrib-owntracks node-red-contrib-alexa-local node-red-contrib-amazon-echo node-red-contrib-alexa-notifyme node-red-contrib-heater-controller ; do
Updated by Peter Scargill

File script.sh Modified

  • Ignore whitespace
  • Hide word diff
 ##
 ##
 ## The easiest way to get the script on your machine is:
-## wget --no-check-certificate  https://bitbucket.org/!api/2.0/snippets/scargill/kAR5qG/master/files/script.sh
+## wget --no-check-certificate  https://bitbucket.org/api/2.0/snippets/scargill/kAR5qG/master/files/script.sh
 ##
 ## For Log2RAM customising see this - https://github.com/azlux/log2ram
 ##
Updated by Peter Scargill

File script.sh Modified

  • Ignore whitespace
  • Hide word diff
 ##
 ##
 ## The easiest way to get the script on your machine is:
-## wget --no-check-certificate  https://bitbucket.org/api/2.0/snippets/scargill/qexexb/master/files/script.sh
+## wget --no-check-certificate  https://bitbucket.org/!api/2.0/snippets/scargill/kAR5qG/master/files/script.sh
 ##
 ## For Log2RAM customising see this - https://github.com/azlux/log2ram
 ##
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.