Skip to content
Snippets Groups Projects
Commit 2f4668fb authored by Patrick Hallen's avatar Patrick Hallen
Browse files

Remove --quiet for root install

parent 072a624b
No related branches found
No related tags found
No related merge requests found
...@@ -71,10 +71,10 @@ elif [ $answer -eq 2 ]; then ...@@ -71,10 +71,10 @@ elif [ $answer -eq 2 ]; then
apt-key add fsmpi.key apt-key add fsmpi.key
rm fsmpi.key rm fsmpi.key
echo "deb http://www.fsmpi.rwth-aachen.de/apt/ oneiric main" > /etc/apt/sources.list.d/fsmpi-root.list echo "deb http://www.fsmpi.rwth-aachen.de/apt/ oneiric main" > /etc/apt/sources.list.d/fsmpi-root.list
apt-get --quiet update apt-get update
apt-get --quiet install -y root-system libroot-core-dev libroot-bindings-python-dev apt-get install -y root-system libroot-core-dev libroot-bindings-python-dev
echo "ROOT wurde installiert" echo "ROOT wurde installiert"
apt-get --quiet install -y python python-numpy python-simpy python-scipy python-matplotlib ipython python-dev gnuplot wxmaxima kmplot; apt-get install -y python python-numpy python-simpy python-scipy python-matplotlib ipython python-dev gnuplot wxmaxima kmplot;
echo "Python inkl. einiger nützlicher Module wurde installiert" echo "Python inkl. einiger nützlicher Module wurde installiert"
elif [ $answer -eq 3 ] elif [ $answer -eq 3 ]
then echo "Bitte wende dich an deine Professoren" then echo "Bitte wende dich an deine Professoren"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment