Last active
July 1, 2022 10:44
-
-
Save atulkamble/1f5bbb368f959bc970fa1d3ba60b7dbf to your computer and use it in GitHub Desktop.
To Install GitHub Desktop on 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
# Download the latest release | |
sudo wget https://github.com/shiftkey/desktop/releases/download/release-2.6.3-linux1/GitHubDesktop-linux-2.6.3-linux1.deb | |
# If you don't already have gdebi-core installed, install it by running the following command: | |
sudo apt-get install gdebi-core | |
# then run the following command to finish the desktop installation: | |
sudo gdebi /home/username*/GitHubDesktop-linux-2.6.3-linux1.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment