mirror of
https://github.com/munki/munki.git
synced 2025-12-30 11:09:57 -06:00
Update make_munki_mpkg_DEP.sh to add removepackages tool to core pkg
This commit is contained in:
@@ -287,7 +287,7 @@ mkdir -p "$COREROOT/usr/local/munki/munkilib"
|
||||
chmod -R 755 "$COREROOT/usr"
|
||||
# Copy command line utilities.
|
||||
# edit this if list of tools changes!
|
||||
for TOOL in launchapp logouthelper managedsoftwareupdate supervisor ptyexec
|
||||
for TOOL in launchapp logouthelper managedsoftwareupdate supervisor ptyexec removepackages
|
||||
do
|
||||
cp -X "$MUNKIROOT/code/client/$TOOL" "$COREROOT/usr/local/munki/" 2>&1
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user