version bumpd and doc correction

This commit is contained in:
levasseur
2021-10-26 18:14:53 +02:00
parent 9b8f55130b
commit 099d82c7eb
2 changed files with 2 additions and 2 deletions

View File

@@ -274,7 +274,7 @@ accomplish that function.
That function takes no parameters and any given parameters will be ignored.
#### 5.2.4. pkgrem \<package_list\>
#### 5.2.4. pkgrm \<package_list\>
That function uninstalls using the package manager the packages given in
parameters. The list of parameters are all considered as package names.

View File

@@ -36,7 +36,7 @@ export LC_ALL=C
export LANG=C
# Version of init
export VERSION="0.99.10"
export VERSION="0.99.11"
# Store script's path (realpath -s resolve symlinks if init.sh is a symlink)
export MYPATH=$(dirname $(realpath -s $0))