mirror of
https://github.com/PurpleComputing/mdmscripts.git
synced 2026-02-03 14:13:27 +00:00
10 lines
213 B
Bash
10 lines
213 B
Bash
#!/bin/bash
|
|
#
|
|
# if Mosyle preface sudo -u $(stat -f "%Su" /dev/console) /bin/sh <<'END'
|
|
osascript <<EOD
|
|
tell application "System Events"
|
|
tell appearance preferences
|
|
set dark mode to false
|
|
end tell
|
|
end tell
|
|
EOD |