Skip to content
Snippets Groups Projects
Commit 3b6e1543 authored by Julian Rother's avatar Julian Rother
Browse files

Adopted linuxparty.sh to changed packages file format

parent 94eb625a
No related branches found
No related tags found
No related merge requests found
...@@ -471,7 +471,7 @@ echo "Installiere updates (hoffentlich vom USB-Repo)" ...@@ -471,7 +471,7 @@ echo "Installiere updates (hoffentlich vom USB-Repo)"
apt-get upgrade --quiet -y --force-yes apt-get upgrade --quiet -y --force-yes
echo "Installiere Standard-Programme" 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 # System absichern
if askyesno "Netzwerk: Soll die Ubuntu Firewall (ufw/gufw) aktiviert werden ?" if askyesno "Netzwerk: Soll die Ubuntu Firewall (ufw/gufw) aktiviert werden ?"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment