Created
February 16, 2023 23:33
-
-
Save wolftales/d372770c4a6fa6728702039936a76a05 to your computer and use it in GitHub Desktop.
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
# GitHub Desktop for Linux | |
# Github Desktop for Ubuntu https://github.com/shiftkey/desktop/releases/latest | |
# Source: https://github.com/shiftkey/desktop | |
Debian/Ubuntu distributions | |
First install our GPG certificate: | |
wget -qO - https://mirror.mwt.me/ghd/gpgkey | sudo tee /etc/apt/trusted.gpg.d/shiftkey-desktop.asc > /dev/null | |
Second, setup the package repository: | |
# the US mirror | |
sudo sh -c 'echo "deb [arch=amd64] https://mirror.mwt.me/ghd/deb/ any main" > /etc/apt/sources.list.d/packagecloud-shiftkey-desktop.list' | |
Then install GitHub Desktop: | |
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