Created
October 17, 2018 09:37
-
-
Save marc-hanheide/171bf4008d5bad6ab96f32196a288d19 to your computer and use it in GitHub Desktop.
Install GitHub client on Linux (snap)
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
| #!/bin/bash | |
| curl -L https://github.com/shiftkey/desktop/releases/download/release-1.4.2-linux1/GitHubDesktop-linux-amd64-1.4.2-linux1.snap > /tmp/GitHubDesktop-linux-amd64-1.4.2-linux1.snap && \ | |
| snap install --dangerous --classic /tmp/GitHubDesktop-linux-amd64-1.4.2-linux1.snap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment