sudo add-apt-repository ppa:alessandro-strada/ppa
sudo apt update
sudo apt install google-drive-ocamlfuse
google-drive-ocamlfuse
you’ll need to create an empty folder in your home directory, which will be used as your Google Drive folder. Something like GoogleDrive should do it. Note that all the instructions below assume you’re using ~/GoogleDrive
google-drive-ocamlfuse ~/GoogleDrive
Xfce: launch Session and Startup from the menu, go to the Application Autostart tab and click Add
- Name: google-drive-ocamlfuse
- Command:
sh -c "google-drive-ocamlfuse ~/GoogleDrive"