Skip to content

Instantly share code, notes, and snippets.

View Vusys's full-sized avatar

Bryan Vusys

View GitHub Profile
@Vusys
Vusys / doNotUpdateSpotify.sh
Created February 6, 2017 08:22 — forked from AllanLRH/doNotUpdateSpotify.sh
Disable Spotify autoupdate on Mac OS X (testet on Yosemite).
# This script prevents Spotifys Autoupdating on OS X (testet on Yosemite)
# Based on this tutorial:
# http://supraliminal.net/blog/2013/4/21/how-to-revert-back-to-the-older-better-spotify-client
#
# This script must be run as root:
# sudo sh doNotUpdateSpotify.sh
#
FILE="/tmp/out.$$"
if [ "$(id -u)" != "0" ]; then