Skip to content

danielphil/raspberrypi-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

raspberrypi-setup

Some simple scripts to help me remember how I set up my Raspberry Pi. This assumes that you've gone with the default username of 'pi'.

###initial-setup.sh

  • Performs apt-get update and upgrade.
  • Installs avahi to make it easy to SSH into the Raspberry Pi by hostname via the magic of zeroconf networking. After install, you should be able to SSH using a hostname like raspberrypi.local.
  • Installs node.js
  • Installs PhantomJS 1.9
  • Installs casperjs 1.1 beta

To run: sudo ./initial-setup.sh

About

Setup scripts for my Raspberry Pi (so I don't forget!)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages