Skip to content

Instantly share code, notes, and snippets.

@danilogco
Forked from berkorbay/github_desktop_ubuntu.md
Last active October 6, 2023 05:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save danilogco/0c8b0d04a14a85ff6f1594876a946344 to your computer and use it in GitHub Desktop.
Save danilogco/0c8b0d04a14a85ff6f1594876a946344 to your computer and use it in GitHub Desktop.
To install Github Desktop for Ubuntu
wget https://github.com/shiftkey/desktop/releases/download/release-2.7.2-linux1/GitHubDesktop-linux-2.7.2-linux1.deb
sudo gdebi GitHubDesktop-linux-2.7.2-linux1.deb
wget -qO - https://packagecloud.io/shiftkey/desktop/gpgkey | sudo tee /etc/apt/trusted.gpg.d/shiftkey-desktop.asc > /dev/null
sudo sh -c 'echo "deb [arch=amd64] https://packagecloud.io/shiftkey/desktop/any/ any main" > /etc/apt/sources.list.d/packagecloud-shiftky-desktop.list'
sudo apt update
sudo apt install github-desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment