diff --git a/doc/dev.md b/doc/dev.md index 7b5a243..9a029b7 100644 --- a/doc/dev.md +++ b/doc/dev.md @@ -274,7 +274,7 @@ accomplish that function. That function takes no parameters and any given parameters will be ignored. -#### 5.2.4. pkgrem \ +#### 5.2.4. pkgrm \ That function uninstalls using the package manager the packages given in parameters. The list of parameters are all considered as package names. diff --git a/init.sh b/init.sh index def690a..c5e821e 100755 --- a/init.sh +++ b/init.sh @@ -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))