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 &