Created
August 10, 2012 09:30
-
-
Save mafice/3312920 to your computer and use it in GitHub Desktop.
setup.sh (Ubuntu Server)
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 | |
# | |
# $ wget http://bit.ly/setup_mf_ubuntu_server -O - | sh | |
# | |
cd | |
sudo ntpdate ntp.nict.jp | |
sudo apt-get update | |
sudo apt-get install -y zsh tree sl mercurial w3m tmux jfbterm curl \ | |
gcc make omake python lua5.2 ghc6 clisp nasm \ | |
ssh selinux | |
curl https://gist.github.com/gists/3312649/download | tar zxf - | |
cp gist3312649-*/.* . | |
rm -rf gist3312649-* | |
sudo updatedb | |
chsh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment