summaryrefslogtreecommitdiff
path: root/install-itzks-workstation
diff options
context:
space:
mode:
authorBenjamin Schlüter <bschlueter@posteo.de>2018-01-25 13:06:11 +0100
committerBenjamin Schlüter <bschlueter@posteo.de>2018-01-25 13:06:11 +0100
commit11514c3b530eb2ce1ff3cd52f3c9f11165c4a15f (patch)
treeeacad6656bfab3a66af1778d734adca3c2d61bfd /install-itzks-workstation
parente485c5d720388f0d2fffec5dede46c70d341e4f4 (diff)
downloaditzks-install-script-11514c3b530eb2ce1ff3cd52f3c9f11165c4a15f.tar.gz
itzks-install-script-11514c3b530eb2ce1ff3cd52f3c9f11165c4a15f.tar.bz2
itzks-install-script-11514c3b530eb2ce1ff3cd52f3c9f11165c4a15f.zip
Add install for wireless-tools.
Diffstat (limited to 'install-itzks-workstation')
-rw-r--r--install-itzks-workstation3
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