Skip to content

Instantly share code, notes, and snippets.

@sanketsudake
Last active December 24, 2015 03:39
Show Gist options
  • Save sanketsudake/6738560 to your computer and use it in GitHub Desktop.
Save sanketsudake/6738560 to your computer and use it in GitHub Desktop.
#!/bin/sh
sudo echo "Acquire::http { Proxy "http://172.21.14.100:3142"; };" > sudo /etc/apt/apt.conf
APPS="gcc g++ python flex bison vim git emacs24 python-pip python-easygui python-tk openssh-server"
sudo apt-get -y update
sudo apt-get -y upgrade
sudo apt-get -y install $APPS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment