mirror of
https://github.com/PurpleComputing/helpful-scripts.git
synced 2026-02-03 13:53:24 +00:00
9 lines
333 B
Bash
9 lines
333 B
Bash
cd /Library/Application\ Support/Purple
|
|
rm -rf speedtest-cli
|
|
curl -s -Lo speedtest-cli https://github.com/PurpleComputing/mdmscripts/raw/main/Helpers/speedtest
|
|
xattr -r -d com.apple.quarantine speedtest-cli
|
|
chmod +x speedtest-cli
|
|
echo Running Speed Test
|
|
sleep 10
|
|
./speedtest-cli --accept-license --accept-gdpr >> /tmp/speedtest.log
|