Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save AnanthaRajuC/ad92bb8f6bc46e7f1c4f85efb0cccbb9 to your computer and use it in GitHub Desktop.

Select an option

Save AnanthaRajuC/ad92bb8f6bc46e7f1c4f85efb0cccbb9 to your computer and use it in GitHub Desktop.

Revisions

  1. AnanthaRajuC revised this gist Jun 7, 2025. 1 changed file with 1 addition and 4 deletions.
    5 changes: 1 addition & 4 deletions github-desktop-ubutnu.sh
    Original file line number Diff line number Diff line change
    @@ -1,10 +1,7 @@
    ### How to install github desktop on ubuntu:

    ## download .deb file:
    sudo wget https://github.com/shiftkey/desktop/releases/download/release-3.2.0-linux1/GitHubDesktop-linux-3.2.0-linux1.deb

    ## gdebi:
    # sudo apt install gdebi-core -y
    # sudo gdebi GitHubDesktop-linux-3.2.0-linux1.deb

    ## dpkg:
    sudo dpkg -i GitHubDesktop-linux-3.2.0-linux1.deb
  2. @4lxprime 4lxprime revised this gist Mar 25, 2023. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions github-desktop-ubutnu.sh
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    ### How to install github desktop on ubuntu:
    ## download .deb file:
    sudo wget https://github.com/shiftkey/desktop/releases/download/release-3.2.0-linux1/GitHubDesktop-linux-3.2.0-linux1.deb

    ## gdebi:
  3. @4lxprime 4lxprime revised this gist Mar 25, 2023. 1 changed file with 6 additions and 1 deletion.
    7 changes: 6 additions & 1 deletion github-desktop-ubutnu.sh
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,8 @@
    sudo wget https://github.com/shiftkey/desktop/releases/download/release-3.2.0-linux1/GitHubDesktop-linux-3.2.0-linux1.deb

    ## gdebi:
    # sudo apt install gdebi-core -y
    sudo gdebi GitHubDesktop-linux-3.2.0-linux1.deb
    # sudo gdebi GitHubDesktop-linux-3.2.0-linux1.deb

    ## dpkg:
    sudo dpkg -i GitHubDesktop-linux-3.2.0-linux1.deb
  4. @4lxprime 4lxprime created this gist Mar 25, 2023.
    3 changes: 3 additions & 0 deletions github-desktop-ubutnu.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    sudo wget https://github.com/shiftkey/desktop/releases/download/release-3.2.0-linux1/GitHubDesktop-linux-3.2.0-linux1.deb
    # sudo apt install gdebi-core -y
    sudo gdebi GitHubDesktop-linux-3.2.0-linux1.deb