Skip to content
Snippets Groups Projects
Commit 6f4cd078 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

packages2install: do nut use subshell for check*

parent 92a8b240
Branches
No related tags found
No related merge requests found
......@@ -236,15 +236,15 @@ typeset -i iCriticalLimit=` ph.getValueWithParam 200 c "$@"`
pgkman=$( detectPkgManager )
case $pgkman in
"apt")
pkgstatus=$( checkApt )
checkApt
pkgsum=$( pkgApt )
;;
"pamac")
pkgstatus=""
# pkgstatus=""
pkgsum=$( pkgPamac )
;;
"yum")
pkgstatus=$( checkYum )
checkYum
pkgsum=$( pkgYum )
;;
*)
......@@ -252,7 +252,7 @@ case $pgkman in
;;
esac
echo "$pkgstatus"
# echo "$pkgstatus"
echo
showAutoupdate
echo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment