Kodi Community Forum
Release Update script for Kodi nightlies - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Mac OS X (https://forum.kodi.tv/forumdisplay.php?fid=56)
+---- Thread: Release Update script for Kodi nightlies (/showthread.php?tid=204280)



Update script for Kodi nightlies - yanniks - 2014-09-13

This PHP script automatically detects the newest XBMC / Kodi nightly for Mac, downloads it and replaces it with the old version.
Warning: you shouldn't use a Nightly if you're not 100% sure that you really want that. It may brick your XBMC / Kodi installation!

How To:
Open the Terminal and run the following command:
Code:
curl https://gist.githubusercontent.com/yanniks/8e228698e9d381602d32/raw | bash

After that, you can update Kodi while running the kodiupdate command on the Mac.

How do I remove this script?
If you want to remove this script, just delete this file: /usr/bin/kodiupdate

Update 11/26/2014: Small Kodi changes


RE: Update script for Kodi nightlies - porkchop999 - 2016-12-03

Just found this. Still works well
Thanks