Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
materials
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
osak
materials
Commits
2f4668fb
Commit
2f4668fb
authored
13 years ago
by
Patrick Hallen
Browse files
Options
Downloads
Patches
Plain Diff
Remove --quiet for root install
parent
072a624b
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
linuxparty.sh
+3
-3
3 additions, 3 deletions
linuxparty.sh
with
3 additions
and
3 deletions
linuxparty.sh
+
3
−
3
View file @
2f4668fb
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment