Last active
December 24, 2015 03:39
-
-
Save sanketsudake/6738560 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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