Compare commits

..

3 Commits

Author SHA1 Message Date
Corbin Champion
007b4e2ab2 add needed fonts 2019-09-17 10:43:46 -07:00
corbinlc
1f6d02ef6b
The octave-odepkg is gone
We were failing install of octave because of this.
2019-07-26 14:46:45 -07:00
corbinlc
fddb94c17b
Merge pull request #115 from CypherpunkArmory/q-executables
Q executables
2019-06-17 13:40:52 -07:00

View File

@ -6,7 +6,7 @@ sudo rm -f $SCRIPT_PATH
if [ ! -f /support/.octave_app_install_passed ] || [ ! -f /usr/bin/octave ]; then
rm -f /support/.octave_app_install_passed
sudo apt-get update
sudo DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install octave less octave-control octave-financial octave-io octave-missing-functions octave-odepkg octave-optim octave-signal octave-specfun octave-statistics octave-symbolic octave-image gnuplot-x11 pstoedit
sudo DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install octave less octave-control octave-financial octave-io octave-missing-functions octave-optim octave-signal octave-specfun octave-statistics octave-symbolic octave-image gnuplot-x11 pstoedit fonts-freefont-otf
if [[ $? == 0 ]]; then
echo "graphics_toolkit('gnuplot')" > ~/.octaverc
touch /support/.octave_app_install_passed