This commit is contained in:
Michael
2022-09-21 11:23:44 +00:00
parent 5135ef542b
commit 98aa29b8b4
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
# THIS REPO IS ARCHIVED
### Fix Google Drive File Stream on macOS 11 (Big Sur) Beta 1, 2 & 3 ### 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. Google Drive File Stream just doesn't work out of the box on Big Sur due to the way that kexts are loaded.

View File

@@ -1,3 +1,5 @@
# FOR OLD VERSIONS OF BIG SUR ONLY
sudo killall "Google Drive File Stream" sudo killall "Google Drive File Stream"
sudo kextload "/Applications/Google Drive File Stream.app/Contents/MacOS/dfsfuse.kext" 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 & 1>/dev/null 2>/dev/null /Applications/Google\ Drive\ File\ Stream.app/Contents/MacOS/Google\ Drive\ File\ Stream &