mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-03 14:23:05 +01:00
changed fragments to .sh extension
This commit is contained in:
7
fragments/labels/spotify.sh
Normal file
7
fragments/labels/spotify.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
spotify)
|
||||
name="Spotify"
|
||||
type="dmg"
|
||||
downloadURL="https://download.scdn.co/Spotify.dmg"
|
||||
# appNewVersion=$(curl -fs https://www.spotify.com/us/opensource/ | cat | grep -o "<td>.*.</td>" | head -1 | cut -d ">" -f2 | cut -d "<" -f1) # does not result in the same version as downloaded
|
||||
expectedTeamID="2FNC3A47ZF"
|
||||
;;
|
||||
Reference in New Issue
Block a user