mirror of
https://github.com/munki/munki.git
synced 2026-01-06 06:29:56 -06:00
add ptyexec to our built packages
This commit is contained in:
@@ -298,7 +298,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
|
||||
for TOOL in launchapp logouthelper managedsoftwareupdate supervisor ptyexec
|
||||
do
|
||||
cp -X "$MUNKIROOT/code/client/$TOOL" "$COREROOT/usr/local/munki/" 2>&1
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user