Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lipstick
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
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
lipstick
Commits
340f1531
Commit
340f1531
authored
Nov 7, 2020
by
Valentin Bruch
Browse files
Options
Downloads
Patches
Plain Diff
linuxparty.sh: removed unused ask_license; packages: minor changes in descriptions
parent
fb2a9689
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
linuxparty.sh
+0
-24
0 additions, 24 deletions
linuxparty.sh
packages
+5
-5
5 additions, 5 deletions
packages
with
5 additions
and
29 deletions
linuxparty.sh
+
0
−
24
View file @
340f1531
...
@@ -164,13 +164,6 @@ case "$GUI" in
...
@@ -164,13 +164,6 @@ case "$GUI" in
ok
"Keine Pakete installiert"
ok
"Keine Pakete installiert"
fi
fi
}
}
ask_license
()
{
#TODO dumm Benutzer kann evtl nicht ganze Lizenz lesen...
cat
"
$1
"
askyesno
"Die obige Lizenzvereinbarung akzeptieren?"
return
$?
}
;;
;;
zenity
)
zenity
)
askyesno
()
{
askyesno
()
{
...
@@ -197,15 +190,6 @@ case "$GUI" in
...
@@ -197,15 +190,6 @@ case "$GUI" in
fi
fi
}
}
ask_license
()
{
zenity
--text-info
\
--title
=
"Lizenzvereinbarung akzeptieren"
\
--filename
=
"
$1
"
\
--checkbox
=
"Ich habe die Lizenzvereinbarung gelesen und akzeptiere sie."
return
$?
}
;;
;;
kdialog
)
kdialog
)
askyesno
()
{
askyesno
()
{
...
@@ -266,14 +250,6 @@ case "$GUI" in
...
@@ -266,14 +250,6 @@ case "$GUI" in
ok
"Keine Pakete installiert"
ok
"Keine Pakete installiert"
fi
fi
}
}
ask_license
()
{
kdialog
--title
=
"Lizenzvereinbarung akzeptieren"
\
--yes-label
"Ich habe die Lizenz gelsen und akzeptiere sie."
\
--no-label
"Abbrechen"
--yesno
"
$(
cat
"
$1
"
)
"
return
$?
}
;;
;;
*
)
*
)
echo
"Ungültige GUI Option '
$GUI
'. Mögliche Werte sind 'kdialog', 'zenity' oder 'none'"
echo
"Ungültige GUI Option '
$GUI
'. Mögliche Werte sind 'kdialog', 'zenity' oder 'none'"
...
...
This diff is collapsed.
Click to expand it.
packages
+
5
−
5
View file @
340f1531
# Paketliste für linuxparty.sh
# Paketliste für linuxparty.sh
# !! Angepasst
r
e Version für on-demand Benutzung in VMs !!
# !! Angepasste Version für on-demand Benutzung in VMs !!
# -> weder Live-System, noch autorun bei Installation
# -> weder Live-System, noch autorun bei Installation
# Format: Flags|Paket-Name|Beschreibung
# Format: Flags|Paket-Name
(n)
|Beschreibung
# Flags:
# Flags:
# L -> Vorinstalliert im Livesystem
# L -> Vorinstalliert im Livesystem
# Irrelevant für Online-LIP mit VM-Image
# Irrelevant für Online-LIP mit VM-Image
...
@@ -23,12 +23,12 @@
...
@@ -23,12 +23,12 @@
m |singular|singular: Tool für die Vorlesung Computeralgebra
m |singular|singular: Tool für die Vorlesung Computeralgebra
m |gap gap-*|gap: Groups, Algorithms, Programming - ein System für diskrete Mathematik
m |gap gap-*|gap: Groups, Algorithms, Programming - ein System für diskrete Mathematik
M |codeblocks|codeblocks: IDE für das C++-Praktikum
M |codeblocks|codeblocks: IDE für das C++-Praktikum
P |python-numpy python3-numpy|numpy: Numeri
c
Bibiliothek für Python
P |python-numpy python3-numpy|numpy: Numeri
k
Bibiliothek für Python
P |python-scipy python3-scipy|scipy: Python-Bibliothek für scientific computing
P |python-scipy python3-scipy|scipy: Python-Bibliothek für scientific computing
P |python-matplotlib python3-matplotlib|matplotlib: Schnittstelle zum Plotten mit Python
P |python-matplotlib python3-matplotlib|matplotlib: Schnittstelle zum Plotten mit Python
P |python-seaborn python3-seaborn|Seaborn: Schönes Plotten mit Python
P |python-seaborn python3-seaborn|Seaborn: Schönes Plotten
statistischer Daten
mit Python
p |python-sympy python3-sympy|sympy: Python-Bibliothek für symbolische Rechnungen
p |python-sympy python3-sympy|sympy: Python-Bibliothek für symbolische Rechnungen
P |ipython ipython3|ipython: Interaktiver Python Interpreter mit Tab-Vervollständgung
P |ipython ipython3|ipython: Interaktiver Python Interpreter mit Tab-Vervollständ
i
gung
P |bpython bpython3|bpython: Ein weiterer interaktiver Python Interpreter
P |bpython bpython3|bpython: Ein weiterer interaktiver Python Interpreter
P |gnuplot|gnuplot: Programm um Funktions- und Datenplots anzufertigen
P |gnuplot|gnuplot: Programm um Funktions- und Datenplots anzufertigen
p |wxmaxima|wxmaxima: Graphische Benutzeroberfläche für das Maxima Computer Algebra System
p |wxmaxima|wxmaxima: Graphische Benutzeroberfläche für das Maxima Computer Algebra System
...
...
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