Skip to content

Instantly share code, notes, and snippets.

@tomohiro
Created December 2, 2009 11:54
Show Gist options
  • Save tomohiro/247162 to your computer and use it in GitHub Desktop.
Save tomohiro/247162 to your computer and use it in GitHub Desktop.
最小構成 Debian Lenny に追加で入れたツール
#!/bin/bash
# for Debian Lenny
aptitude install ssh -y
aptitude install sudo -y
aptitude install visudo -y
aptitude install ntpdate -y
aptitude install openntpd -y
aptitude install irc-hybrid -y
aptitude install irssi -y
aptitude install gettext -y
aptitude install vim vim-doc vim-runtime -y
aptitude install build-essential -y
aptitude install ruby ruby-dev rubygems irb -y
aptitude install git-core -y
aptitude install subversion -y
aptitude install mercurial -y
aptitude install sqlite3 libsqlite3-dev libsqlite3-ruby -y
aptitude install zsh zsh-dev zsh-doc -y
aptitude install screen -y
aptitude install colordiff -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment