Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hannesbe/6c110e9de6644f07a48eecfdbe6b728d to your computer and use it in GitHub Desktop.
Save hannesbe/6c110e9de6644f07a48eecfdbe6b728d to your computer and use it in GitHub Desktop.

Revisions

  1. hannesbe revised this gist Aug 22, 2019. 1 changed file with 9 additions and 2 deletions.
    11 changes: 9 additions & 2 deletions install-google-drive-ocamlfuse-debian.sh
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,15 @@
    sudo apt install software-properties-common dirmngr
    #/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
    deb-src http://ppa.launchpad.net/alessandro-strada/ppa/ubuntu xenial main
    EOF
    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AD5F235DF639B041
    sudo apt-get update
    sudo apt-get install google-drive-ocamlfuse
    sudo apt-get install -y google-drive-ocamlfuse
  2. hannesbe revised this gist Aug 22, 2019. 1 changed file with 0 additions and 0 deletions.
    Empty file modified install-google-drive-ocamlfuse-debian.sh
    100644 → 100755
    Empty file.
  3. hannesbe renamed this gist Aug 22, 2019. 1 changed file with 0 additions and 0 deletions.
  4. hannesbe revised this gist Aug 22, 2019. 2 changed files with 8 additions and 5 deletions.
    8 changes: 8 additions & 0 deletions Install-google-drive-ocamlfuse-debian.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    sudo apt install 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
    deb-src http://ppa.launchpad.net/alessandro-strada/ppa/ubuntu xenial main
    EOF
    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AD5F235DF639B041
    sudo apt-get update
    sudo apt-get install google-drive-ocamlfuse
    5 changes: 0 additions & 5 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,5 +0,0 @@
    sudo apt install software-properties-common dirmngr gnupg-agent
    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AD5F235DF639B041
    echo 'deb http://ppa.launchpad.net/alessandro-strada/ppa/ubuntu xenial main' | sudo tee /etc/apt/sources.list.d/alessandro-strada-ubuntu-ppa.list >/dev/null
    sudo apt-get update
    sudo apt-get install google-drive-ocamlfuse
  5. @OneCDOnly OneCDOnly renamed this gist May 25, 2018. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  6. @OneCDOnly OneCDOnly created this gist May 25, 2018.
    5 changes: 5 additions & 0 deletions install-gd.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    sudo apt install software-properties-common dirmngr gnupg-agent
    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AD5F235DF639B041
    echo 'deb http://ppa.launchpad.net/alessandro-strada/ppa/ubuntu xenial main' | sudo tee /etc/apt/sources.list.d/alessandro-strada-ubuntu-ppa.list >/dev/null
    sudo apt-get update
    sudo apt-get install google-drive-ocamlfuse