Add 'info' package to be able to read Info documentation.
This commit is contained in:
parent
4a2a6c6ae6
commit
5b7486e996
@ -3,7 +3,12 @@
|
||||
|
||||
### 0.3.0
|
||||
|
||||
#### Remove
|
||||
|
||||
#### Packages
|
||||
##### Add
|
||||
* Add info package which allows to view Info documents.
|
||||
|
||||
##### Remove
|
||||
* Remove bluetooth packages (System tools for shell).
|
||||
|
||||
#### Changes
|
||||
|
@ -1,7 +1,8 @@
|
||||
#### Table of Contents
|
||||
|
||||
1. [Post installation script for Debian Sid](#post_install_sid.sh)
|
||||
* [ System tools for shell](#system-tools-for-shell)
|
||||
* [System tools for shell](#system-tools-for-shell)
|
||||
* [Manpages - Documentation](#manpages-documentation)
|
||||
|
||||
## post_install_sid.sh
|
||||
Script to complete the installation of Debian Sid on my laptop.
|
||||
@ -14,9 +15,13 @@ Script to complete the installation of Debian Sid on my laptop.
|
||||
##### Configuration
|
||||
* Disable Openvpn service.
|
||||
* Useful in case of many configuration files. A default vpn is launch by "post-up" instruction in '/etc/network/interfaces' file:
|
||||
```
|
||||
```sh
|
||||
allow-hotplug enp0s25
|
||||
iface enp0s25 inet dhcp
|
||||
post-up openvpn /etc/openvpn/XYZ_tunnel.conf
|
||||
```
|
||||
|
||||
#### Manpages - Documentation
|
||||
|
||||
#### Add
|
||||
* info package
|
||||
|
@ -1705,11 +1705,23 @@ EOF
|
||||
|
||||
|
||||
###########################################################
|
||||
## Pages de manuel
|
||||
## Liste: aptitude-doc-fr manpages-fr manpages-fr-dev manpages-fr-extra
|
||||
## Manpages / Documentation
|
||||
## Liste: aptitude-doc-fr info manpages-fr manpages-fr-dev manpages-fr-extra
|
||||
###########################################################
|
||||
###### Installation
|
||||
aptins "Pages de manuel" aptitude-doc-fr manpages-fr manpages-fr-dev manpages-fr-extra
|
||||
aptins "Manpages" aptitude-doc-fr info manpages-fr manpages-fr-dev manpages-fr-extra
|
||||
|
||||
###### Information for end user
|
||||
cat >> "${INFORMATION}" << EOF
|
||||
|
||||
====== Manpages / Documentation ======
|
||||
Voici la liste des paquets installés :
|
||||
|
||||
+info : Program which allow to view Info documents. Much of Debian packages
|
||||
comes with documentation in Info format.
|
||||
% info redshift
|
||||
|
||||
EOF
|
||||
|
||||
|
||||
# Suppression
|
||||
|
Loading…
Reference in New Issue
Block a user