Skip to content
Snippets Groups Projects
Commit 62e65ace authored by Christopher Spinrath's avatar Christopher Spinrath
Browse files

linuxparty.sh: disable math section

The only math package we have is singular - which is broken on
ubuntu 15.10 (up to now). Disable the whole section.
parent 18ec93e2
No related branches found
No related tags found
No related merge requests found
...@@ -499,12 +499,13 @@ then ...@@ -499,12 +499,13 @@ then
install_if install_if
fi fi
if askyesno "Software für Mathematik installieren ?" #FIXME: currently singular cannot be installed on ubuntu 15.10 (this is the only package in the math section)
then #if askyesno "Software für Mathematik installieren ?"
#then
#apt-install haskell-platform java7-jdk swi-prolog #apt-install haskell-platform java7-jdk swi-prolog
#ok "Haskell, Java, Prolog und Eclipse wurden installiert" #ok "Haskell, Java, Prolog und Eclipse wurden installiert"
install_m # install_m
fi #fi
if askyesno "Software für Physiker (Python-SciPy,-NumPy,diverse Plot-Programme) installieren ?" if askyesno "Software für Physiker (Python-SciPy,-NumPy,diverse Plot-Programme) installieren ?"
then then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment