Last active
February 19, 2021 15:51
-
-
Save creallfluharty/0425541b8c8f0dd81b88974ad3cb2f69 to your computer and use it in GitHub Desktop.
Easy installation of github desktop on Ubuntu Linux
This file contains 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
pushd $(mktemp -d) | |
curl -L https://github.com/shiftkey/desktop/releases/download/release-2.1.0-linux1/GitHubDesktop-linux-2.1.0-linux1.deb --output github-desktop.deb | |
sudo apt install -f ./github-desktop.deb | |
popd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/shiftkey/desktop/releases