mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
6 lines
370 B
AppleScript
6 lines
370 B
AppleScript
set sh1 to "launchctl unload -w /Library/LaunchDaemons/com.carriez.RustDesk_service.plist;"
|
|
set sh2 to "/bin/rm /Library/LaunchDaemons/com.carriez.RustDesk_service.plist;"
|
|
set sh3 to "/bin/rm /Library/LaunchAgents/com.carriez.RustDesk_server.plist;"
|
|
|
|
set sh to sh1 & sh2 & sh3
|
|
do shell script sh with prompt "RustDesk want to unload daemon" with administrator privileges |