-
-
Save danilogco/0c8b0d04a14a85ff6f1594876a946344 to your computer and use it in GitHub Desktop.
To install Github Desktop for Ubuntu
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
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