Skip to content

Instantly share code, notes, and snippets.

@wolftales
Created February 16, 2023 23:33
Show Gist options
  • Save wolftales/d372770c4a6fa6728702039936a76a05 to your computer and use it in GitHub Desktop.
Save wolftales/d372770c4a6fa6728702039936a76a05 to your computer and use it in GitHub Desktop.
# 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