mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-12 07:41:02 +03: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 |