Skip to content

Instantly share code, notes, and snippets.

@kokoye2007
Created November 12, 2024 02:43
Show Gist options
  • Save kokoye2007/1c9141f6c63c49684aa61e87f9163399 to your computer and use it in GitHub Desktop.
Save kokoye2007/1c9141f6c63c49684aa61e87f9163399 to your computer and use it in GitHub Desktop.
Ubuntu Github-Desktop
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 signed-by=/usr/share/keyrings/shiftkey-packages.gpg] https://apt.packages.shiftkey.dev/ubuntu/ any main" > /etc/apt/sources.list.d/shiftkey-packages.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