Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

github desktop for ubuntu

# For 2.9.0 latest version
sudo wget https://github.com/shiftkey/desktop/releases/download/release-2.9.0-linux2/GitHubDesktop-linux-2.9.0-linux2.deb
sudo apt-get install gdebi-core
sudo gdebi GitHubDesktop-linux-2.9.0-linux2.deb

# Use the source link for latest versions 
# https://dev.to/danyson/how-to-install-github-desktop-for-ubuntu-debian-4hko
Comment

install github desktop ubuntu

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
Comment

github desktop download for ubuntu

sudo wget https://objects.githubusercontent.com/github-production-release-asset-2e65be/93324270/2deb0f17-7969-4ef5-b76a-5a8dd7a45206?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220724%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220724T103700Z&X-Amz-Expires=300&X-Amz-Signature=dc669fed540b20984bd3078f3f6cb922c4e08f6ffb79fcfb8948c1f101f794d3&X-Amz-SignedHeaders=host&actor_id=12392345&key_id=0&repo_id=93324270&response-content-disposition=attachment%3B%20filename%3DGitHubDesktop-linux-3.0.3-linux1.deb&response-content-type=application%2Foctet-stream
sudo gdebi /home/[USER]/Downloads/GitHubDesktop-linux-3.0.3-linux1.deb
Comment

PREVIOUS NEXT
Code Example
Shell :: ffmpeg to mkv 
Shell :: docker run always puull 
Shell :: delete add git 
Shell :: git get commit info 
Shell :: copy directory 
Shell :: docker Error: no space left on device 
Shell :: look like hacker linux 
Shell :: read string by string in file in linux 
Shell :: conda install cairo 
Shell :: how to clone a specific branch from github that you are not working 
Shell :: Something is already running on port 3000. Probably: 
Shell :: git aliases 
Shell :: list of installed packages and version 
Shell :: mac Running setup.py install for pyodbc did not run successfully. 
Shell :: parent branch 
Shell :: linux bash clean up log files in /var/log 
Shell :: hibernate command 
Shell :: kde increase refresh rate 
Shell :: download kubectl for windows 
Shell :: git rm --cached settings.json 
Shell :: create multiple copies in linux of file 
Shell :: ssh github 
Shell :: mac see current path 
Shell :: batch color escape character 
Shell :: apt-get ana-conda 
Shell :: docker compose install centos 8 
Shell :: composer install one line 
Shell :: cmd remove directory not empty windows 
Shell :: delete a hidden folder in linux 
Shell :: nvcc not working after installing cuda 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =