Last active
September 15, 2020 04:48
-
-
Save OneCDOnly/972755c5c5825ddd819cb2729a52b646 to your computer and use it in GitHub Desktop.
Install 'google-drive-ocamlfuse' on Debian Stretch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install software-properties-common dirmngr gnupg-agent | |
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AD5F235DF639B041 | |
echo 'deb http://ppa.launchpad.net/alessandro-strada/ppa/ubuntu xenial main' | sudo tee /etc/apt/sources.list.d/alessandro-strada-ubuntu-ppa.list >/dev/null | |
sudo apt update | |
sudo apt install google-drive-ocamlfuse |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To automount, create
/usr/bin/gdfuse
:... and add this to
/etc/fstab
: