]> git.donarmstrong.com Git - neurodebian.git/blobdiff - tools/nd-vmsetupwizard
BF/FO: fix mixing tabs and spaces
[neurodebian.git] / tools / nd-vmsetupwizard
index 37cc5490bde0e994cad510dc8f61146062f79384..8d69df4b38c3da75afb345ade40b7363371c9428 100755 (executable)
@@ -49,7 +49,7 @@ then
 
        if [ -e "$popconf" ] ; then
        # just reconfigure so user could get a chance to participate
-               sudo DEBIAN_FRONTEND=gnome dpkg-reconfigure popularity-contest  
+               sudo DEBIAN_FRONTEND=gnome dpkg-reconfigure popularity-contest
        else
        # install, but do not fail if something goes wrong
                nd-autoinstall popularity-contest /etc/popularity-contest.conf || true
@@ -94,7 +94,7 @@ if ! grep -q '/etc/fsl/fsl.sh' $HOME/.profile && \
 
 Do you want to get those files, if available, sourced automatically for your environment?
 "; then
-   for t in fsl afni; do
+   for t in fsl afni cmtk freesurfer; do
        cf="/etc/$t/$t.sh"
        grep -q -e "$cf" $HOME/.profile || \
                echo "[ -e \"$cf\" ] && . $cf" >> $HOME/.profile
@@ -102,8 +102,11 @@ Do you want to get those files, if available, sourced automatically for your env
 fi
 
 # create symlink to shared folder into homedir
-[ ! -e $HOME/host ] && ln -s /mnt/host $HOME/host
+[ ! -e $HOME/host ] && ln -s /media/sf_host $HOME/host
 
+# TODO: add PyMVPA:
+#   FALSE "PyMVPA" "python-mvpa2,python-mvpa2-doc,python-mvpa2-tutorial-data" \
+# needs -doc and -tutorial-data package
 packages=$(zenity --list $icon_opt --checklist --column="Install" --column="Description" \
           --column="Package Name" --print-column=3 --hide-column=3 --hide-header \
           --separator=' ' --text="Please select any additional component that shall be installed.
@@ -115,7 +118,7 @@ FALSE "Emacs" "emacs" \
 FALSE "GNU Image Manipulation Program (Gimp)" "gimp" \
 FALSE "Octave" "octave,qtoctave" \
 FALSE "OpenOffice.org" "openoffice.org" \
-FALSE "Scientific Python" "ipython,python-numpy,python-matplotlib" \
+FALSE "Scientific Python" "ipython,python-scipy,python-matplotlib" \
 FALSE "TeX Live" "texlive" \
 FALSE "Adobe Flash browser plugin" "flashplugin-nonfree" \
 FALSE "Sun Java browser plugin" "sun-java6-plugin" \