From 7c8a1da7c3f98d0cb48ea29de5180450f70cb8f2 Mon Sep 17 00:00:00 2001 From: Botspot <54716352+Botspot@users.noreply.github.com> Date: Sat, 5 Dec 2020 16:40:22 -0600 Subject: [PATCH] add cd $HOME to fix problem https://www.raspberrypi.org/forums/viewtopic.php?p=1773462&sid=f572d03adcb71175cbac0d9807d71ecb#p1773462 --- apps/Chromium Widevine/install-32 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/Chromium Widevine/install-32 b/apps/Chromium Widevine/install-32 index a0670b0..fb88d65 100755 --- a/apps/Chromium Widevine/install-32 +++ b/apps/Chromium Widevine/install-32 @@ -7,6 +7,8 @@ function error { exit 1 } +cd $HOME + rm -rf ~/chromium-v84-widevine &>/dev/null git clone https://github.com/Botspot/chromium-v84-widevine || error 'Failed to clone example.com repository!'