diff --git a/scripts/linuxparty.sh b/scripts/linuxparty.sh
index 677b297114acf028c35ba8e85be80b2e73131dac..ec4fc36e35a1932934c617b9b5c9102b48e3d504 100644
--- a/scripts/linuxparty.sh
+++ b/scripts/linuxparty.sh
@@ -471,7 +471,7 @@ echo "Installiere updates (hoffentlich vom USB-Repo)"
 apt-get upgrade --quiet -y --force-yes
 
 echo "Installiere Standard-Programme"
-apt-get install --quiet -y --force-yes $(grep '^[^|#]*P[^|]*|' "$MY_DIR/../packages" | cut -d'|' -f 2)
+apt-get install --quiet -y --force-yes $(grep '^[^|#]*D[^|]*|' "$MY_DIR/../packages" | cut -d'|' -f 2)
 
 # System absichern
 if askyesno "Netzwerk: Soll die Ubuntu Firewall (ufw/gufw) aktiviert werden ?"