Skip to content

Instantly share code, notes, and snippets.

@marcelmaatkamp
Created January 23, 2022 07:45
Show Gist options
  • Save marcelmaatkamp/aad586a39c91017b363470529b238cbf to your computer and use it in GitHub Desktop.
Save marcelmaatkamp/aad586a39c91017b363470529b238cbf to your computer and use it in GitHub Desktop.
Install Gitub Desktop in linux
#!/bin/bash
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-shiftkey-desktop.list'
sudo apt-get update
sudo apt install github-desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment