view plugins/libcalendaring/lib/get_sabre_vobject.sh @ 35:05c4c32948af

.hgignore: add vendor tree composer.json: new packages plugins/thunderbird_labels/thunderbird_labels.php: change hook and RFC822 use wrt whitelisting to avoid deprecated stuff index.php: commented debugging hooks others: new releases of vendor packages?
author Charlie Root
date Thu, 30 Aug 2018 16:21:59 -0400
parents 888e774ee983
children
line wrap: on
line source

#!/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