Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

arch ocamlfuse

# Install opam and its dependencies
sudo pacman -S opam
sudo pacman -S patch
sudo pacman -S make
sudo pacman -S pkgconf

# Start and update opam
opam init
opam update

# Install google-drive-ocamlfuse
opam install google-drive-ocamlfuse

# Update current shell environment
eval $(opam env)

# 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]
Comment

arch ocamlfuse

# Install opam and its dependencies
sudo pacman -S opam
sudo pacman -S patch
sudo pacman -S make
sudo pacman -S pkgconf

# Start and update opam
opam init
opam update

# Install google-drive-ocamlfuse
opam install google-drive-ocamlfuse

# Update current shell environment
eval $(opam env)

# 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]
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu 22 install gstreamer0.10-plugins-bad 
Shell :: bash folder size 
Shell :: The capture session could not be initiated on capture device "en0" 
Shell :: plasma 
Shell :: The following packages have unmet dependencies python3-pip 
Shell :: Error: ENOSPC: System limit for number of file watchers reached, 
Shell :: adonis version 
Shell :: ubuntu notes install 
Shell :: git autocomplete branch name mac 
Shell :: brew install pip 
Shell :: input bash 
Shell :: waybar emoji not wrok 
Shell :: install kvm kali 
Shell :: taskkill 
Shell :: git delete local tag 
Shell :: install hugo on ubuntu 
Shell :: linux capitalize string using tr 
Shell :: shell remove last character 
Shell :: uninstall certbot ubuntu 16 nginx 
Shell :: kubectl install ubuntu 20.04 
Shell :: git branch color terminal ubuntu 
Shell :: copy ssh key to remote server 
Shell :: how to self delete a batch file 
Shell :: install atom ubuntu 18 
Shell :: github workflow bash argument variable 
Shell :: install Scout in ubuntu 
Shell :: whatsapp download linux 
Shell :: postcss plugin tailwindcss requires postcss 8. migration guide for end-users 
Shell :: wget download to specific directory 
Shell :: Ubuntu 18.04 Mouse right click not working 
ADD CONTENT
Topic
Content
Source link
Name
7+5 =