diff --git a/linuxparty.sh b/linuxparty.sh
index cb3931b1d3b5bc22949a20cc78668b69fd772639..5078ee2dc20ad14d0a18ccbc8fc0d3bb12339ea7 100644
--- a/linuxparty.sh
+++ b/linuxparty.sh
@@ -11,25 +11,6 @@ then
 fi
 
 
-#Allgemeine Programme, Codecs, etc. installieren (VPN, LaTeX, gcc, Flash, unrar...)
-
-echo "Programme, die für alle Fachrichtungen interressant sind (VPN, LaTeX, Flash, unrar, etc.)"
-echo "Magst du mit der Installation dieser fortfahren? (y/n)"
-
-read allgemein
-
-
-if [ "$allgemein" = "y" -o "$allgemein" = "Y" ]
-	then apt-get -y --quiet install ubuntu-restricted-extras;
-	echo "Codec Installation abgeschlossen";
-	apt-get install -y build-essential gcc g++ make automake vpnc network-manager-vpnc pwgen;
-	apt-get install texlive-full;
-	echo "Development Programme, VPN und LaTeX abgeschlossen";
-else
-	echo "Es wurde nichts installiert"
-fi
-
-
 #Medibuntu einbinden
 
 echo "Sollen die Medibuntu-Paketquellen hinzugefügt werden? (y/n)"
@@ -51,6 +32,23 @@ else
 	echo "Es wurde nichts installiert"
 fi
 
+#Allgemeine Programme, Codecs, etc. installieren (VPN, LaTeX, gcc, Flash, unrar...)
+
+echo "Programme, die für alle Fachrichtungen interressant sind (VPN, LaTeX, Flash, unrar, etc.)"
+echo "Magst du mit der Installation dieser fortfahren? (y/n)"
+
+read allgemein
+
+
+if [ "$allgemein" = "y" -o "$allgemein" = "Y" ]
+	then apt-get -y --quiet install ubuntu-restricted-extras;
+	echo "Codec Installation abgeschlossen";
+	apt-get install -y build-essential gcc g++ make automake vpnc network-manager-vpnc pwgen;
+	apt-get install texlive texlive-doc-de texlive-latex-extra texlive-lang-german;
+	echo "Development Programme, VPN und LaTeX abgeschlossen";
+else
+	echo "Es wurde nichts installiert"
+fi
 
 #Fachrichtung wählen
 
@@ -85,4 +83,4 @@ elif [ $answer -eq 2 ]; then
 	apt-get --quiet install -y python python-numpy python-simpy python-scipy python-matplotlib ipython python-dev gnuplot wxmaxima kmplot;
 elif [ $answer -eq 3 ]
 	then echo "Bitte wende dich an deine Professoren"
-fi
+fi
\ No newline at end of file