Skip to content

Instantly share code, notes, and snippets.

@mafice
Created August 10, 2012 09:30
Show Gist options
  • Save mafice/3312920 to your computer and use it in GitHub Desktop.
Save mafice/3312920 to your computer and use it in GitHub Desktop.
setup.sh (Ubuntu Server)
#!/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