Skip to content

Instantly share code, notes, and snippets.

@jrobinson-uk
Last active February 13, 2017 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jrobinson-uk/4b2a849c72b92c75224a to your computer and use it in GitHub Desktop.
Save jrobinson-uk/4b2a849c72b92c75224a to your computer and use it in GitHub Desktop.
#!/bin/sh
echo "Raspi-Config steps"
sudo raspi-config nonint do_camera 0
sudo raspi-config nonint do_i2c 0
sudo raspi-config nonint do_vnc 0
echo "Updating...."
sleep 2
sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get -y dist-upgrade
sudo rpi-update
echo "Installing from apt"
sudo apt-get install -y vim python3-codebug-i2c-tether python3-codebug-tether mu gnome-schedule
echo "Installing from Pip3"
sudo pip3 install explorerhat pibrella piglow requests-oauthlib pyinstaller python-sonic pyflakes pep8
sudo pip install explorerhat pibrella piglow requests-oauthlib pyinstaller
git clone https://github.com/mu-editor/mu.git
sudo rm -rf /usr/lib/python3/dist-packages/mu/*
sudo cp -R ~/mu/mu/* /usr/lib/python3/dist-packages/mu/
@jrobinson-uk
Copy link
Author

jrobinson-uk commented Feb 5, 2016

wget --no-check-certificate -O - https://goo.gl/O1OxgZ | bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment