Routino SVN Repository Browser

Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino

ViewVC logotype

Contents of /trunk/web/www/leaflet/install.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1679 - (show annotations) (download) (as text)
Tue May 26 17:24:34 2015 UTC (9 years, 9 months ago) by amb
File MIME type: text/x-sh
File size: 165 byte(s)
Update to Leaflet version 0.7.3.

1 #!/bin/sh -x
2
3 version=0.7.3
4
5 # Download the file.
6
7 wget http://leaflet-cdn.s3.amazonaws.com/build/leaflet-$version.zip
8
9 # Uncompress it.
10
11 unzip leaflet-$version.zip

Properties

Name Value
svn:executable *