diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-01-30 23:56:19 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-01-30 23:56:19 +0100 |
commit | 8e0616b3be307009279cec89cab3f29c405141f8 (patch) | |
tree | 0bf30f1f752ca9ff7873ff446317509ef440abc4 /install-itzks-workstation | |
parent | 7ea64ed97368cca5a0d49ae2b3ec23201d4d6af0 (diff) | |
download | itzks-install-script-8e0616b3be307009279cec89cab3f29c405141f8.tar.gz itzks-install-script-8e0616b3be307009279cec89cab3f29c405141f8.tar.bz2 itzks-install-script-8e0616b3be307009279cec89cab3f29c405141f8.zip |
APT: also use -y --force-yes for installation of libdvdcss2.
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 9e46c11..46d0733 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -61,7 +61,7 @@ update-java-alternatives --plugin --set java-8-oracle 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 y|Y|j|J ) - apt install libdvdcss2 + apt-get install -y --force-yes libdvdcss2 ;; *) : |