Last active
July 29, 2025 20:50
-
-
Save 4lxprime/8c946f1041e9a3d25a9531d427b75efe to your computer and use it in GitHub Desktop.
Revisions
-
4lxprime revised this gist
Mar 25, 2023 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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: -
4lxprime revised this gist
Mar 25, 2023 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 ## dpkg: sudo dpkg -i GitHubDesktop-linux-3.2.0-linux1.deb -
4lxprime created this gist
Mar 25, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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