From d95aba0fc2bbf1f6faad5f7f28b5672c5960cbbb Mon Sep 17 00:00:00 2001 From: Liam McMenemie Date: Wed, 26 Apr 2017 21:21:59 +0100 Subject: [PATCH] Add note to macOS widevine FAQ Note that there is no slash following the first path in the copy command. If a slash is included - which many shell autocompletions will do automatically - then the command will copy only the contents of the directory instead of the directory itself. --- FAQ.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FAQ.md b/FAQ.md index 3c3de6e5..163816a9 100644 --- a/FAQ.md +++ b/FAQ.md @@ -109,6 +109,8 @@ This applies to version `55.0.2883.95`. In case you're using a different version `cp -R Google\ Chrome.app/Contents/Versions/55.0.2883.95/Google\ Chrome\ Framework.framework/Libraries/WidevineCdm Chromium.app/Contents/Versions/55.0.2883.95/Chromium\ Framework.framework/Libraries/` +Note that there is no slash after `WidevineCdm`. + ## How do I get the Namespace Sandbox to work on Linux? Enable the kernel option `unprivileged_userns_clone`