From ea0bffa42cdc1be6b74288b3a41913345ac698c4 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Thu, 12 Nov 2015 23:00:11 +0100 Subject: [PATCH] README.md: replace "Internet tools for cli" doc at the same place as the script. --- README.md | 29 ++++++++++++----------------- post_install_sid.sh | 30 ++++++++++++++---------------- 2 files changed, 26 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index 584ab68..a7ef806 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ * [Dev tools](#dev-tools) * [Admin tools for cli](#admin-tools-for-cli) * [System tools for shell](#system-tools-for-shell) + * [Internet tools for cli](#internet-tools-for-cli) * [Network share](#network-share) - * [Internet tools for shell](#internet-tools-for-shell) * [Office tools for shell](#office-tools-for-shell) * [Desktop tools for X11](#desktop-tools-for-x11) * [Manpages - Documentation](#manpages-documentation) @@ -251,6 +251,17 @@ iface enp0s25 inet dhcp ``` * ZSH: set as default user for root; "${new_username}"; new users with adduser. +#### Internet tools for shell + +##### Add +* axel: Light command line download accelerator. +* finch: Instant messaging client in ncurses. +* postfix: High-performance mail transport agent. +* weechat-curses: Fast, light and extensible chat client. + +##### Configuration +* Ensure to forward root's mail to new user email address. + #### Network share ##### Add @@ -267,22 +278,6 @@ iface enp0s25 inet dhcp * Disable nfs-kernel-server service if still available. * Disable all samba service if still availables. -#### Internet tools for shell - -##### Add -* axel - * Light command line download accelerator. -* finch - * Instant messaging client in ncurses. -* postfix - * High-performance mail transport agent. -* weechat - * Fast, light and extensible chat client. - -##### Configuration -* Ensure to forward root's mail to new user email address. - - #### Office tools for shell ##### Add diff --git a/post_install_sid.sh b/post_install_sid.sh index 6ffda30..3f9ddc7 100755 --- a/post_install_sid.sh +++ b/post_install_sid.sh @@ -649,6 +649,20 @@ chown "${new_username}":"${new_username}" /home/"${new_username}"/.zsh sed -i "s;/bin/bash;/bin/zsh;" /etc/adduser.conf ########################################################### +########################################################### +#### Internet tools for cli +##### Installation +aptins "Internet tools for cli" axel finch postfix weechat-curses + +##### Post-configuration +###### Postfix +# Ensure to forward root's mails to $new_user_mail +if [ ! "$(grep "root: .*${new_user_mail}" /etc/aliases)" ]; then + sed -i "s/^root: /root: ${new_user_mail} /" /etc/aliases + newaliases +fi +########################################################### + ########################################################### ## Outils systèmes (graphique) ## Liste: gprename @@ -777,22 +791,6 @@ fi ###### Information for end user #### See README.md -########################################################### -## Internet tools for shell -## Liste: axel - finch - postfix - weechat-curses -########################################################### - -###### Installation -aptins "Internet tools for shell" axel finch postfix weechat-curses - -###### Post-configuration -#### Postfix -# Ensure to forward root's mails to $new_user_mail -if [ ! "$(grep "root: .*${new_user_mail}" /etc/aliases)" ]; then - sed -i "s/^root: /root: ${new_user_mail} /" /etc/aliases - newaliases -fi - ########################################################### ## Internet tools for X11 ## Liste : browser-plugin-freshplayer-pepperflash - dwb - filezilla - icedove - icedove-l10n-fr - iceowl-extension - iceweasel (experimental) - iceweasel-l10n-fr - luakit - midori - pepperflashplugin-nonfree - pidgin - pidgin-otr - pidgin-microblog - rdesktop - sun-java6-jre - transmission - tsclient - xvnc4viewer -