Skip to content
Snippets Groups Projects
Commit 340f1531 authored by Valentin Bruch's avatar Valentin Bruch
Browse files

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
...@@ -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'"
......
# Paketliste für linuxparty.sh # Paketliste für linuxparty.sh
# !! Angepasstre 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: Numeric Bibiliothek für Python P |python-numpy python3-numpy|numpy: Numerik 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ändigung
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment