Update MDM-Script-Pull.md

This commit is contained in:
Michael
2021-10-28 13:49:34 +01:00
parent c83a67ef49
commit 13e617dba6

View File

@@ -20,5 +20,5 @@ curl -o /tmp/$SCRIPTNAME https://raw.githubusercontent.com/PurpleComputing/$REPO
sudo -u $(stat -f "%Su" /dev/console) /bin/sh <<'END'
chmod +x /tmp/$SCRIPTNAME
# RUN AS CURRENT USER
/tmp/$SCRIPTNAME
/tmp/$SCRIPTNAME >> /tmp/$SCRIPTNAME.log
```