Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

ubuntu ocamlfuse

# Install google-drive-ocamlfuse
sudo add-apt-repository ppa:alessandro-strada/ppa
sudo apt-get update
sudo apt-get install google-drive-ocamlfuse

# Sign in to Google
google-drive-ocamlfuse

# Create Google Drive directory
mkdir ~/GoogleDrive

# Mount the filesystem
# (Replace [mountpoint] with the name of your desired folder)
google-drive-ocamlfuse [mountpoint]
Source by github.com #
 
PREVIOUS NEXT
Tagged: #ubuntu #ocamlfuse
ADD COMMENT
Topic
Name
3+8 =