Created
December 2, 2009 11:54
-
-
Save tomohiro/247162 to your computer and use it in GitHub Desktop.
最小構成 Debian Lenny に追加で入れたツール
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/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