Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
osak
materials
Commits
2f4668fb
Commit
2f4668fb
authored
Apr 02, 2012
by
Patrick Hallen
Browse files
Remove --quiet for root install
parent
072a624b
Changes
1
Hide whitespace changes
Inline
Side-by-side
linuxparty.sh
View file @
2f4668fb
...
...
@@ -71,10 +71,10 @@ elif [ $answer -eq 2 ]; then
apt-key add fsmpi.key
rm
fsmpi.key
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
--quiet
install
-y
root-system libroot-core-dev libroot-bindings-python-dev
apt-get update
apt-get
install
-y
root-system libroot-core-dev libroot-bindings-python-dev
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"
elif
[
$answer
-eq
3
]
then
echo
"Bitte wende dich an deine Professoren"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment