Skip to content

Instantly share code, notes, and snippets.

@fkfk
Created July 11, 2011 06:25
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 fkfk/1075383 to your computer and use it in GitHub Desktop.
Save fkfk/1075383 to your computer and use it in GitHub Desktop.
Download arm-2009q3-68-arm-none-eabi-i686-pc-linux-gnu.tar.bz2 and decompress
#!/bin/sh
curl -s -L "http://www.codesourcery.com/sgpp/lite/arm/portal/package5353/public/arm-none-eabi/arm-2009q3-68-arm-none-eabi-i686-pc-linux-gnu.tar.bz2" | bunzip2 -d --stdout | sudo tar -C /opt -xf -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment