Skip to content
Snippets Groups Projects
Commit b499255f authored by micah's avatar micah :speech_balloon:
Browse files

fix missing which that intrigeri saw

parent 910abf33
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ then ...@@ -54,7 +54,7 @@ then
getconf packagemgr `which dpkg` getconf packagemgr `which dpkg`
getconf packagemgroptions ' --get-selections *' getconf packagemgroptions ' --get-selections *'
getconf selectionsfile $parentir/debconfsel.txt getconf selectionsfile $parentir/debconfsel.txt
getconf debconfgetselections `debconf-get-selections` getconf debconfgetselections `which debconf-get-selections`
elif [ $os = "redhat" ] elif [ $os = "redhat" ]
then then
getconf packagesfile $parentdir/rpmpackages.txt getconf packagesfile $parentdir/rpmpackages.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment