Mercurial > hg > rc1
diff plugins/libcalendaring/lib/get_sabre_vobject.sh @ 4:888e774ee983
libcalendar plugin as distributed
author | Charlie Root |
---|---|
date | Sat, 13 Jan 2018 08:57:56 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/plugins/libcalendaring/lib/get_sabre_vobject.sh Sat Jan 13 08:57:56 2018 -0500 @@ -0,0 +1,12 @@ +#!/bin/sh + +# Download and install the Sabre\Vobject library for this plugin + +wget 'https://github.com/fruux/sabre-vobject/archive/2.1.0.tar.gz' -O sabre-vobject-2.1.0.tar.gz +tar xf sabre-vobject-2.1.0.tar.gz + +mv sabre-vobject-2.1.0/lib/* . +rm -rf sabre-vobject-2.1.0 + +cd lib/Sabre/VObject && wget --no-check-certificate -O Property.php https://raw2.github.com/thomascube/sabre-vobject/84b64c65f9a94f7ec5a5e327bab3cc1335dd613c/lib/Sabre/VObject/Property.php +