diff options
author | Benjamin Schlüter <bschlueter@posteo.de> | 2018-01-29 12:55:27 +0100 |
---|---|---|
committer | Benjamin Schlüter <bschlueter@posteo.de> | 2018-01-29 12:55:27 +0100 |
commit | 5341df450338dc0d5e9444aaea28117558c0f4f1 (patch) | |
tree | 78fe340189a51b790310d38d5bb8fd5a1cb54528 /install-itzks-workstation | |
parent | aaa68780b71ed6f738cf518a98dc1d8bd336152b (diff) | |
download | itzks-install-script-5341df450338dc0d5e9444aaea28117558c0f4f1.tar.gz itzks-install-script-5341df450338dc0d5e9444aaea28117558c0f4f1.tar.bz2 itzks-install-script-5341df450338dc0d5e9444aaea28117558c0f4f1.zip |
Add uuid-runtime to packages installed via script because it is needed for the network-config later.
Diffstat (limited to 'install-itzks-workstation')
-rw-r--r-- | install-itzks-workstation | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation index a16cf89..7f0b1bf 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -52,7 +52,7 @@ itzks-systems.do_preseed apt-get install itzks-systems-workstation # Install wireless-tools for configuration of WiFi -apt-get install wireless-tools +apt-get install wireless-tools uuid-runtime # 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 |