Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Contents of /trunk/web/www/leaflet/install.sh
Parent Directory
|
Revision Log
Revision 2002 -
(show annotations)
(download)
(as text)
Fri Aug 2 18:17:28 2019 UTC (5 years, 8 months ago) by amb
File MIME type: text/x-sh
File size: 148 byte(s)
Fri Aug 2 18:17:28 2019 UTC (5 years, 8 months ago) by amb
File MIME type: text/x-sh
File size: 148 byte(s)
Update script to install latest version of Leaflet.
1 | #!/bin/sh -x |
2 | |
3 | version=1.5.1 |
4 | |
5 | # Download the file. |
6 | |
7 | wget http://cdn.leafletjs.com/leaflet/v$version/leaflet.zip |
8 | |
9 | # Uncompress it. |
10 | |
11 | unzip leaflet.zip |
Properties
Name | Value |
---|---|
svn:executable | * |