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
| #/bin/bash | |
| # Installs google-drive-ocamlfuse on Debian (Stretch & Buster) | |
| # | |
| # Run this oneliner to make it happen | |
| # bash <(curl -sSL https://gist.github.com/hannesbe/6c110e9de6644f07a48eecfdbe6b728d/raw) | |
| sudo apt install -y software-properties-common dirmngr | |
| sudo cat > /etc/apt/sources.list.d/alessandro-strada-ubuntu-ppa-bionic.list << EOF | |
| deb http://ppa.launchpad.net/alessandro-strada/ppa/ubuntu xenial main |