diff options
-rw-r--r-- | install-itzks-workstation | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation index aed7502..cf7a878 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -48,6 +48,9 @@ apt-get install --yes --force-yes ocsinventory-agent itzks-systems.do_preseed apt-get install itzks-systems-workstation +# Install wireless-tools for configuration of WiFi +apt-get install wireless-tools + # Alternate install libdvdcss2 if needed read -p "Verfügt der Rechner über ein DVD-Laufwerk bzw. sollen DVDs abgespielt werden könnne? (j/n)? " answer case ${answer:0:1} in |