Created
September 18, 2023 08:38
-
-
Save jazio/18ab33cb49579eeae6cee9d5e656d41c to your computer and use it in GitHub Desktop.
Mount a Google drive locally (Debian)
This file contains hidden or 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 add-apt-repository ppa:alessandro-strada/ppa | |
sudo apt update && sudo apt install google-drive-ocamlfuse | |
# Mount a folder. | |
google-drive-ocamlfuse /home/jazio/Documents/2023.XpeditionToraTora |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment