Last active
July 20, 2020 06:21
-
-
Save Holger-Will/c3016fecdd5bd8538ead6838f1051641 to your computer and use it in GitHub Desktop.
installscript for odeke-em/drive
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
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