Skip to content

Instantly share code, notes, and snippets.

@creallfluharty
Last active February 19, 2021 15:51
Show Gist options
  • Save creallfluharty/0425541b8c8f0dd81b88974ad3cb2f69 to your computer and use it in GitHub Desktop.
Save creallfluharty/0425541b8c8f0dd81b88974ad3cb2f69 to your computer and use it in GitHub Desktop.
Easy installation of github desktop on Ubuntu Linux
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
@creallfluharty
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment