install Spotify offline on macOS
“How to install Spotify offline on macOS”, I have been troubled by this problem for a long time, util today when I read this article .
#!/usr/bin/env bash
curl --request GET -skRL \
--url 'https://download.spotify.com/Spotify.dmg' \
-o ~/Downloads/Compressed/dmg/Spotify.dmg
hdiutil attach ~/Downloads/Compressed/dmg/Spotify.dmg
ditto /Volumes/Spotify/Spotify.app /Applications/Spotify.app
hdiutil detach /Volumes/Spotify
# rm ~/Downloads/Compressed/dmg/Spotify.dmg