Compare commits
3 Commits
q-executab
...
staging
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
007b4e2ab2 | ||
|
|
1f6d02ef6b | ||
|
|
fddb94c17b |
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user