Skip to content

Instantly share code, notes, and snippets.

@tekeburak
Last active February 22, 2018 00:00
Show Gist options
  • Save tekeburak/fef53964e7075be2464b1c8b82d08b09 to your computer and use it in GitHub Desktop.
Save tekeburak/fef53964e7075be2464b1c8b82d08b09 to your computer and use it in GitHub Desktop.
Install a Drive FUSE wrapper
# Install a Drive FUSE wrapper.
# https://github.com/astrada/google-drive-ocamlfuse
!apt-get install -y -qq software-properties-common python-software-properties module-init-tools
!add-apt-repository -y ppa:alessandro-strada/ppa 2>&1 > /dev/null
!apt-get update -qq 2>&1 > /dev/null
!apt-get -y install -qq google-drive-ocamlfuse fuse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment