From 8231d243c4e4ad3f7aef312fcdff9ceaecab9d3f Mon Sep 17 00:00:00 2001 From: Gardouille Date: Tue, 17 Nov 2015 11:35:37 +0100 Subject: [PATCH] post_install_sid.sh: add 'whois' package. --- CHANGELOG.md | 2 ++ README.md | 1 + post_install_sid.sh | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ceea5d..f72303f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ #### Packages ##### Add * apticron: To send daily email about pending upgrades. +* mirage: Fast and simple GTK+ image viewer. +* whois: Intelligent WHOIS client. ##### Remove * eog: Use 'mirage' or 'gpicview' instead! diff --git a/README.md b/README.md index 32a5c04..1f83e35 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,7 @@ pastebinit - < <(ls -al /dev) * sudo: Provide limited super user privileges to specific users. * tcpdump: Command-line network traffic analyzer. * tree: Displays an indented directory tree,in color. +* whois: Intelligent WHOIS client. ##### Post-Configuration * apt-file: Synchronize the package contents from their sources. diff --git a/post_install_sid.sh b/post_install_sid.sh index c16a874..7425ba2 100755 --- a/post_install_sid.sh +++ b/post_install_sid.sh @@ -545,7 +545,7 @@ aptins "Dev tools" build-essential binutils cpp debconf-utils gcc g++ make preconfig hddtemp ##### Installation -aptins "Admin tools for cli" acpitool alien apticron apt-file apt-listbugs apt-rdepends apt-show-source apt-show-versions dctrl-tools debian-goodies dnsutils ethtool git git-svn gpm hddtemp htop ifscheme iperf mlocate mercurial module-assistant ncdu netdiscover netselect-apt nmap ntp parted pastebinit rsyslog sudo sysv-rc-conf tcpdump tree +aptins "Admin tools for cli" acpitool alien apticron apt-file apt-listbugs apt-rdepends apt-show-source apt-show-versions dctrl-tools debian-goodies dnsutils ethtool git git-svn gpm hddtemp htop ifscheme iperf mlocate mercurial module-assistant ncdu netdiscover netselect-apt nmap ntp parted pastebinit rsyslog sudo sysv-rc-conf tcpdump tree whois ##### Post-configuration ###### apt-file: Synchronize the package contents from their sources.