OSGeoLive/bin/install_octave.sh

29 lines
976 B
Bash
Executable File

#!/bin/sh
# Copyright (c) 2009-2016 The Open Source Geospatial Foundation and others.
# Licensed under the GNU LGPL.
#
# This library is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
# by the Free Software Foundation, either version 2.1 of the License,
# or any later version. This library is distributed in the hope that
# it will be useful, but WITHOUT ANY WARRANTY, without even the implied
# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU Lesser General Public License for more details, either
# in the "LICENSE.LGPL.txt" file distributed with this software or at
# web page "http://www.fsf.org/licenses/lgpl.html".
# About:
# =====
# This script will install Octave and the Octave Mapping toolbox
#
./diskspace_probe.sh "`basename $0`" begin
####
apt-get install --yes octave3.2 octave-mapping gnuplot
####
./diskspace_probe.sh "`basename $0`" end