diff options
author | Benjamin Schlüter <bschlueter@posteo.de> | 2018-01-25 13:06:11 +0100 |
---|---|---|
committer | Benjamin Schlüter <bschlueter@posteo.de> | 2018-01-25 13:06:11 +0100 |
commit | 11514c3b530eb2ce1ff3cd52f3c9f11165c4a15f (patch) | |
tree | eacad6656bfab3a66af1778d734adca3c2d61bfd | |
parent | e485c5d720388f0d2fffec5dede46c70d341e4f4 (diff) | |
download | itzks-install-script-11514c3b530eb2ce1ff3cd52f3c9f11165c4a15f.tar.gz itzks-install-script-11514c3b530eb2ce1ff3cd52f3c9f11165c4a15f.tar.bz2 itzks-install-script-11514c3b530eb2ce1ff3cd52f3c9f11165c4a15f.zip |
Add install for wireless-tools.
-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 |