Skip to content

Latest commit

 

History

History
66 lines (51 loc) · 1.9 KB

README.md

File metadata and controls

66 lines (51 loc) · 1.9 KB

Raspberry Pi Setup Files

These are some setup files for a new Raspberry Pi. There's a 1 minute demo of the script here.

setup.sh

Here's what the main setup.sh script installs

  • New prompts to select packages to install
  • WiFi SSID's/passwords
  • 80autostart - autostart file
  • xrdp
  • conky
  • emacs
  • Chrome browser
  • npm to support NodeRed
  • mongodb to support NodeRed
  • Calculate install time and include with text message
  • Add prompts to select install of dependent files
  • Install Node Red nodes

url's

ToDo

Fixed bugs

  • Error - Unable to resolve host raspberrypi
  • can't overwrite /etc/localtime, delete first

Dependencies

These files must be in the setup.sh home directory to function correctly:

  • wpa_supplicant.conf
  • 80autostart
  • .conkyrc

Notes