Skip to content

Instantly share code, notes, and snippets.

@navhaxs
Last active February 26, 2016 04:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save navhaxs/50ad8bf7ed2f0cf3efb6 to your computer and use it in GitHub Desktop.
Save navhaxs/50ad8bf7ed2f0cf3efb6 to your computer and use it in GitHub Desktop.
Install TouchDevelop on a Raspberry Pi (fixed deadlinks and deps)
#!/bin/bash
cd /home/pi
mkdir TouchDevelop
cd TouchDevelop
wget http://node-arm.herokuapp.com/node_latest_armhf.deb
sudo dpkg -i node_latest_armhf.deb
sudo apt-get install npm --yes
sudo npm install -g faye-websocket
sudo npm install -g http://aka.ms/touchdevelop.tgz
wget -O $HOME/TouchDevelop/TouchDevelop.png https://www.touchdevelop.com/doc/touchdevelop72x72.png
wget -O $HOME/Desktop/TouchDevelop.desktop https://www.touchdevelop.com/api/language/touchdevelop.desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment