Skip to content

Instantly share code, notes, and snippets.

@khatchad
Forked from berkorbay/github_desktop_ubuntu.md
Last active November 30, 2022 18:25
Show Gist options
  • Save khatchad/8f40ef9c4f3a96031d00c7f60683feff to your computer and use it in GitHub Desktop.
Save khatchad/8f40ef9c4f3a96031d00c7f60683feff to your computer and use it in GitHub Desktop.
To install Github Desktop for Ubuntu
## Follow this link for further updates to Github Desktop for Ubuntu https://github.com/shiftkey/desktop/releases/latest
# UPDATE (2022-11-07): Thanks to Sxvxgee's message, the updated code is as follows
wget https://github.com/shiftkey/desktop/releases/download/release-3.1.1-linux1/GitHubDesktop-linux-3.1.1-linux1.deb
### Uncomment below line if you have not installed gdebi-core before
# sudo apt-get install gdebi-core
sudo gdebi GitHubDesktop-linux-3.1.1-linux1.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment