Forked from OneCDOnly/gist:972755c5c5825ddd819cb2729a52b646
Last active
September 6, 2023 15:01
-
-
Save hannesbe/6c110e9de6644f07a48eecfdbe6b728d to your computer and use it in GitHub Desktop.
Revisions
-
hannesbe revised this gist
Aug 22, 2019 . 1 changed file with 9 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,15 @@ #/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 -y google-drive-ocamlfuse -
hannesbe revised this gist
Aug 22, 2019 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
Empty file. -
hannesbe renamed this gist
Aug 22, 2019 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
hannesbe revised this gist
Aug 22, 2019 . 2 changed files with 8 additions and 5 deletions.There are no files selected for viewing
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 charactersOriginal 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 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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +0,0 @@ -
OneCDOnly renamed this gist
May 25, 2018 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
OneCDOnly created this gist
May 25, 2018 .There are no files selected for viewing
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 charactersOriginal 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