File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -162,8 +162,11 @@ async function run() {
162162 `
163163set -x
164164
165+ ls -la /Library/PrivilegedHelperTools
166+ ls -la /Library/LaunchDaemons/
167+
165168sudo /bin/cp /Applications/Docker.app/Contents/Library/LaunchServices/com.docker.vmnetd /Library/PrivilegedHelperTools
166- sudo /bin/cp /Applications/Docker.app/Contents/Resources/com.docker.vmnetd.plist /Library/LaunchDaemons/
169+ # sudo /bin/cp /Applications/Docker.app/Contents/Resources/com.docker.vmnetd.plist /Library/LaunchDaemons/
167170sudo /bin/chmod 544 /Library/PrivilegedHelperTools/com.docker.vmnetd
168171sudo /bin/chmod 644 /Library/LaunchDaemons/com.docker.vmnetd.plist
169172sudo /bin/launchctl load /Library/LaunchDaemons/com.docker.vmnetd.plist
You can’t perform that action at this time.
0 commit comments