Skip to content

Instantly share code, notes, and snippets.

@grahampugh
Created February 22, 2017 22:03
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grahampugh/bf07f3d2323f2a05c1fa524017678e04 to your computer and use it in GitHub Desktop.
Save grahampugh/bf07f3d2323f2a05c1fa524017678e04 to your computer and use it in GitHub Desktop.
Disable Squirrel Updates for apps such as Slack, Atom, Whatsapp
#!/bin/bash
# Disable Squirrel updates
# https://macops.ca/disabling-squirrel-updates
#
# Put this script into outset, folder /usr/local/outset/login-every
/bin/launchctl setenv DISABLE_UPDATE_CHECK 1
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment