Ticket #425: marble_install.sh

File marble_install.sh, 870 bytes (added by darkblueb, 15 years ago)
Line 
1!/bin/sh
2# Copyright (c) 2009 The Open Source Geospatial Foundation.
3# Licensed under the GNU LGPL.
4#
5# This library is free software; you can redistribute it and/or modify it
6# under the terms of the GNU Lesser General Public License as published
7# by the Free Software Foundation, either version 2.1 of the License,
8# or any later version. This library is distributed in the hope that
9# it will be useful, but WITHOUT ANY WARRANTY, without even the implied
10# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11# See the GNU Lesser General Public License for more details, either
12# in the "LICENSE.LGPL.txt" file distributed with this software or at
13# web page "http://www.fsf.org/licenses/lgpl.html".
14
15# About:
16# =====
17# This script will install marble
18
19# Running:
20# =======
21# sudo ./marble_install.sh
22
23# Requires:
24
25apt-get install marble marble-data
26