Skip to content

Commit

Permalink
New XML_FEED
Browse files Browse the repository at this point in the history
  • Loading branch information
tjluoma committed Jun 12, 2019
1 parent a1031cb commit 8c1f0e0
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions di-launchcontrol.sh
Expand Up @@ -22,9 +22,14 @@ else
PATH=/usr/local/scripts:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin
fi

# 2018-07-17 this was the old URL I was using (still works, at least for now):
# XML_URL='http://www.soma-zone.com/LaunchControl/a/appcast_update.xml'
XML_FEED='https://somazonecom.ipage.com/soma-zone.com/LaunchControl/a/appcast_update.xml'
##
## 2019-06-11 - this one seems slightly slower to update, or is now out of date?
## XML_FEED='https://somazonecom.ipage.com/soma-zone.com/LaunchControl/a/appcast_update.xml'
##
## This one is even older:
## XML_URL='http://www.soma-zone.com/LaunchControl/a/appcast_update.xml'

XML_FEED='https://www.soma-zone.com/LaunchControl/a/appcast.xml'

INFO=($(curl -sfL "$XML_FEED" \
| tr '[:blank:]' '\012' \
Expand Down

0 comments on commit 8c1f0e0

Please sign in to comment.