From 98aa29b8b47db3a73433035584569bca6de60c62 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Wed, 21 Sep 2022 11:23:44 +0000 Subject: [PATCH] ARCHIVED --- README.md | 2 ++ fix-bs-filestream.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 254e6c8..3cd26c0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# THIS REPO IS ARCHIVED + ### Fix Google Drive File Stream on macOS 11 (Big Sur) Beta 1, 2 & 3 ---- Google Drive File Stream just doesn't work out of the box on Big Sur due to the way that kexts are loaded. diff --git a/fix-bs-filestream.sh b/fix-bs-filestream.sh index 51f02a8..058af35 100644 --- a/fix-bs-filestream.sh +++ b/fix-bs-filestream.sh @@ -1,3 +1,5 @@ +# FOR OLD VERSIONS OF BIG SUR ONLY + sudo killall "Google Drive File Stream" sudo kextload "/Applications/Google Drive File Stream.app/Contents/MacOS/dfsfuse.kext" 1>/dev/null 2>/dev/null /Applications/Google\ Drive\ File\ Stream.app/Contents/MacOS/Google\ Drive\ File\ Stream &