Skip to content

Instantly share code, notes, and snippets.

@Holger-Will
Last active July 20, 2020 06:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Holger-Will/c3016fecdd5bd8538ead6838f1051641 to your computer and use it in GitHub Desktop.
Save Holger-Will/c3016fecdd5bd8538ead6838f1051641 to your computer and use it in GitHub Desktop.
installscript for odeke-em/drive
sudo apt install golang
mkdir ~/gopath
echo export GOPATH=\$HOME/gopath >> ~/.bashrc
echo export PATH=\$GOPATH:\$GOPATH/bin:\$PATH >> ~/.bashrc
source ~/.bashrc
go get -u -v github.com/odeke-em/drive/cmd/drive
mkdir ~/gdrive
drive init ~/gdrive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment