You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
218 B

10 years ago
  1. #! /bin/bash
  2. # install octave 3.6.2
  3. apt-get update && apt-get install -y octave
  4. # cleanup package manager
  5. apt-get autoclean && apt-get clean
  6. rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
  7. # prepare dir
  8. mkdir /source