Skip to content

Instantly share code, notes, and snippets.

@danilogco
Forked from berkorbay/github_desktop_ubuntu.md
Last active December 23, 2024 19:56
Show Gist options
  • 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-3.1.1-linux1/GitHubDesktop-linux-3.1.1-linux1.deb
sudo gdebi GitHubDesktop-linux-3.1.1-linux1.deb
# OR
wget -qO - https://apt.packages.shiftkey.dev/gpg.key | gpg --dearmor | sudo tee /usr/share/keyrings/shiftkey-packages.gpg > /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