Skip to content

Instantly share code, notes, and snippets.

@Spencerx
Forked from berkorbay/github_desktop_ubuntu.md
Created June 19, 2023 12:29
Show Gist options
  • Save Spencerx/2ddec307e572dbf6a07088e94360a238 to your computer and use it in GitHub Desktop.
Save Spencerx/2ddec307e572dbf6a07088e94360a238 to your computer and use it in GitHub Desktop.

Revisions

  1. @berkorbay berkorbay revised this gist Nov 7, 2022. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions github_desktop_ubuntu.sh
    Original file line number Diff line number Diff line change
    @@ -9,10 +9,10 @@ sudo gdebi GitHubDesktop-linux-3.1.1-linux1.deb

    # UPDATE (2021-10-18): Thanks to Amin Yahyaabadi's message, the updated code is as follows

    sudo wget https://github.com/shiftkey/desktop/releases/download/release-2.9.3-linux3/GitHubDesktop-linux-2.9.3-linux3.deb
    #sudo wget https://github.com/shiftkey/desktop/releases/download/release-2.9.3-linux3/GitHubDesktop-linux-2.9.3-linux3.deb
    ### Uncomment below line if you have not installed gdebi-core before
    # sudo apt-get install gdebi-core
    sudo gdebi GitHubDesktop-linux-2.9.3-linux3.deb
    #sudo gdebi GitHubDesktop-linux-2.9.3-linux3.deb

    # UPDATE (2021-03-05): Thanks to PaoloRanzi81's comment, the updated code is as follows https://gist.github.com/PaoloRanzi81

  2. @berkorbay berkorbay revised this gist Nov 7, 2022. 1 changed file with 8 additions and 0 deletions.
    8 changes: 8 additions & 0 deletions github_desktop_ubuntu.sh
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,12 @@
    ## Follow this link for further updates to Github Desktop for Ubuntu https://github.com/shiftkey/desktop/releases/latest
    # UPDATE (2022-11-07): Thanks to Sxvxgee's message, the updated code is as follows

    sudo wget https://github.com/shiftkey/desktop/releases/download/release-3.1.1-linux1/GitHubDesktop-linux-3.1.1-linux1.deb
    ### Uncomment below line if you have not installed gdebi-core before
    # sudo apt-get install gdebi-core
    sudo gdebi GitHubDesktop-linux-3.1.1-linux1.deb


    # UPDATE (2021-10-18): Thanks to Amin Yahyaabadi's message, the updated code is as follows

    sudo wget https://github.com/shiftkey/desktop/releases/download/release-2.9.3-linux3/GitHubDesktop-linux-2.9.3-linux3.deb
  3. @berkorbay berkorbay revised this gist Oct 19, 2021. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions github_desktop_ubuntu.sh
    Original file line number Diff line number Diff line change
    @@ -1,10 +1,10 @@
    ## Follow this link for further updates to Github Desktop for Ubuntu https://github.com/shiftkey/desktop/releases/latest
    # UPDATE (2021-10-18): Thanks to Amin Yahyaabadi's message, the updated code is as follows

    sudo wget https://github.com/shiftkey/desktop/releases/download/release-2.9.3-linux1/GitHubDesktop-linux-2.6.3-linux1.deb
    sudo wget https://github.com/shiftkey/desktop/releases/download/release-2.9.3-linux3/GitHubDesktop-linux-2.9.3-linux3.deb
    ### Uncomment below line if you have not installed gdebi-core before
    # sudo apt-get install gdebi-core
    sudo gdebi GitHubDesktop-linux-2.9.3-linux1.deb
    sudo gdebi GitHubDesktop-linux-2.9.3-linux3.deb

    # UPDATE (2021-03-05): Thanks to PaoloRanzi81's comment, the updated code is as follows https://gist.github.com/PaoloRanzi81

  4. @berkorbay berkorbay revised this gist Oct 19, 2021. 1 changed file with 13 additions and 4 deletions.
    17 changes: 13 additions & 4 deletions github_desktop_ubuntu.sh
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,18 @@
    #sudo wget https://github.com/shiftkey/desktop/releases/download/release-2.1.0-linux1/GitHubDesktop-linux-2.1.0-linux1.deb
    #sudo gdebi GitHubDesktop-linux-2.1.0-linux1.deb
    ## Follow this link for further updates to Github Desktop for Ubuntu https://github.com/shiftkey/desktop/releases/latest
    # UPDATE (2021-10-18): Thanks to Amin Yahyaabadi's message, the updated code is as follows

    sudo wget https://github.com/shiftkey/desktop/releases/download/release-2.9.3-linux1/GitHubDesktop-linux-2.6.3-linux1.deb
    ### Uncomment below line if you have not installed gdebi-core before
    # sudo apt-get install gdebi-core
    sudo gdebi GitHubDesktop-linux-2.9.3-linux1.deb

    # UPDATE (2021-03-05): Thanks to PaoloRanzi81's comment, the updated code is as follows https://gist.github.com/PaoloRanzi81

    sudo wget https://github.com/shiftkey/desktop/releases/download/release-2.6.3-linux1/GitHubDesktop-linux-2.6.3-linux1.deb
    #sudo wget https://github.com/shiftkey/desktop/releases/download/release-2.6.3-linux1/GitHubDesktop-linux-2.6.3-linux1.deb
    ### Uncomment below line if you have not installed gdebi-core before
    # sudo apt-get install gdebi-core
    sudo gdebi GitHubDesktop-linux-2.6.3-linux1.deb
    #sudo gdebi GitHubDesktop-linux-2.6.3-linux1.deb

    ## Initial post
    #sudo wget https://github.com/shiftkey/desktop/releases/download/release-2.1.0-linux1/GitHubDesktop-linux-2.1.0-linux1.deb
    #sudo gdebi GitHubDesktop-linux-2.1.0-linux1.deb
  5. @berkorbay berkorbay revised this gist Mar 8, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion github_desktop_ubuntu.sh
    Original file line number Diff line number Diff line change
    @@ -6,4 +6,4 @@
    sudo wget https://github.com/shiftkey/desktop/releases/download/release-2.6.3-linux1/GitHubDesktop-linux-2.6.3-linux1.deb
    ### Uncomment below line if you have not installed gdebi-core before
    # sudo apt-get install gdebi-core
    sudo gdebi /home/your_username/GitHubDesktop-linux-2.6.3-linux1.deb
    sudo gdebi GitHubDesktop-linux-2.6.3-linux1.deb
  6. @berkorbay berkorbay revised this gist Mar 5, 2021. 1 changed file with 9 additions and 2 deletions.
    11 changes: 9 additions & 2 deletions github_desktop_ubuntu.sh
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,9 @@
    sudo wget https://github.com/shiftkey/desktop/releases/download/release-2.1.0-linux1/GitHubDesktop-linux-2.1.0-linux1.deb
    sudo gdebi GitHubDesktop-linux-2.1.0-linux1.deb
    #sudo wget https://github.com/shiftkey/desktop/releases/download/release-2.1.0-linux1/GitHubDesktop-linux-2.1.0-linux1.deb
    #sudo gdebi GitHubDesktop-linux-2.1.0-linux1.deb

    # UPDATE (2021-03-05): Thanks to PaoloRanzi81's comment, the updated code is as follows https://gist.github.com/PaoloRanzi81

    sudo wget https://github.com/shiftkey/desktop/releases/download/release-2.6.3-linux1/GitHubDesktop-linux-2.6.3-linux1.deb
    ### Uncomment below line if you have not installed gdebi-core before
    # sudo apt-get install gdebi-core
    sudo gdebi /home/your_username/GitHubDesktop-linux-2.6.3-linux1.deb
  7. @berkorbay berkorbay created this gist Feb 5, 2020.
    2 changes: 2 additions & 0 deletions github_desktop_ubuntu.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    sudo wget https://github.com/shiftkey/desktop/releases/download/release-2.1.0-linux1/GitHubDesktop-linux-2.1.0-linux1.deb
    sudo gdebi GitHubDesktop-linux-2.1.0-linux1.deb