summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install-itzks-workstation2
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
;;
*)
: