Last active
May 8, 2018 22:32
-
-
Save mattwynne/73692dce5aa115660b7e989713a335fc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get update --assume-yes | |
sudo apt-get install --assume-yes vim git-core mpd mpc | |
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - | |
sudo apt-get install --assume-yes nodejs | |
git clone https://github.com/cucumber-ltd/cucumbers-and-raspberries.git | |
cd cucumbers-and-raspberries | |
npm install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment