Skip to content

Instantly share code, notes, and snippets.

@marc-hanheide
Created October 17, 2018 09:37
Show Gist options
  • Select an option

  • Save marc-hanheide/171bf4008d5bad6ab96f32196a288d19 to your computer and use it in GitHub Desktop.

Select an option

Save marc-hanheide/171bf4008d5bad6ab96f32196a288d19 to your computer and use it in GitHub Desktop.
Install GitHub client on Linux (snap)
#!/bin/bash
curl -L https://github.com/shiftkey/desktop/releases/download/release-1.4.2-linux1/GitHubDesktop-linux-amd64-1.4.2-linux1.snap > /tmp/GitHubDesktop-linux-amd64-1.4.2-linux1.snap && \
snap install --dangerous --classic /tmp/GitHubDesktop-linux-amd64-1.4.2-linux1.snap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment