You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The install script now properly removes any existing copies of forceFullDesktopBar before proceeding with the installation, and both scripts now use a better method for restarting the Dock.
if [ "$?"-ne 0 ];thenecho"Could not copy forceFullDesktopBar. Make sure you're running this script in the directory that contains: forceFullDesktopBar, dockInjection.dylib, net.briankendall.forceFullDesktopBar.plist ";exit 1;fi
if [ "$?"-ne 0 ];thenecho"Could not copy dockInjection.dylib. Make sure you're running this script in the directory that contains: forceFullDesktopBar, dockInjection.dylib, net.briankendall.forceFullDesktopBar.plist ";exit 1;fi
if [ "$?"-ne 0 ];thenecho"Could not copy LaunchDaemon plist. Make sure you're running this script in the directory that contains: forceFullDesktopBar, dockInjection.dylib, net.briankendall.forceFullDesktopBar.plist ";exit 1;fi
0 commit comments