Created
April 23, 2018 12:30
-
-
Save GitHub30/c8177bd4f980e7bd5644050b7a5362ce to your computer and use it in GitHub Desktop.
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
| FILE_PATH='/usr/local/bin/gdrive' \ | |
| && sudo wget -O "$FILE_PATH" 'https://docs.google.com/uc?id=0B3X9GlR6EmbnQ0FtZmJJUXEyRTA&export=download' \ | |
| && sudo chmod +x "$FILE_PATH" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment