Skip to content

Instantly share code, notes, and snippets.

@hightemp
Last active August 29, 2015 13:59
Show Gist options
  • Save hightemp/10627075 to your computer and use it in GitHub Desktop.
Save hightemp/10627075 to your computer and use it in GitHub Desktop.
#!/bin/bash
pushd /tmp
wget http://download.skype.com/linux/skype-ubuntu-precise_4.2.0.13-1_i386.deb
wget http://get.geo.opera.com/pub/opera/linux/1216/opera_12.16.1860_amd64.deb
wget http://download.skype.com/linux/skype-ubuntu-precise_4.2.0.13-1_i386.deb
wget http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%202.0.2%20x64.tar.bz2
dpkg -i *.deb
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment