version bumpd and doc correction
This commit is contained in:
@@ -274,7 +274,7 @@ accomplish that function.
|
|||||||
|
|
||||||
That function takes no parameters and any given parameters will be ignored.
|
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
|
That function uninstalls using the package manager the packages given in
|
||||||
parameters. The list of parameters are all considered as package names.
|
parameters. The list of parameters are all considered as package names.
|
||||||
|
|
||||||
|
|||||||
2
init.sh
2
init.sh
@@ -36,7 +36,7 @@ export LC_ALL=C
|
|||||||
export LANG=C
|
export LANG=C
|
||||||
|
|
||||||
# Version of init
|
# 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)
|
# Store script's path (realpath -s resolve symlinks if init.sh is a symlink)
|
||||||
export MYPATH=$(dirname $(realpath -s $0))
|
export MYPATH=$(dirname $(realpath -s $0))
|
||||||
|
|||||||
Reference in New Issue
Block a user