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 for linux

# For 3.0.3
sudo wget https://github.com/shiftkey/desktop/releases/download/release-3.0.3-linux1/GitHubDesktop-linux-3.0.3-linux1.deb
sudo dpkg -i GitHubDesktop-linux-3.0.3-linux1.deb

# Remove installer
rm -f GitHubDesktop-linux-3.0.3-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 :: install snap fedora 
Shell :: install npm ubuntu 
Shell :: how to kill tasks using grep 
Shell :: How to remove (uninstall) AnyDesk app in Modicia Linux 
Shell :: how reset commit git with losing changes 
Shell :: ubuntu unzip file 
Shell :: bash parameter count 
Shell :: How to check if port is in use in 
Shell :: find folder in centos 8 
Shell :: compare two folders recursively linux 
Shell :: Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed? 
Shell :: alacritty ubuntu install 
Shell :: install docker kali linux 
Shell :: install heroku cli wsl 
Shell :: git command to get the repo url 
Shell :: how to check if oh my zsh is installed 
Shell :: kubectl change namespace 
Shell :: apache2 reload 
Shell :: update manjaro linux 
Shell :: vim strip whitespace from beginning of every line 
Shell :: m1 install gradle 
Shell :: install exiftool ubuntu 
Shell :: view git stash without applying 
Shell :: pip install django-allauth 
Shell :: vscode for ubuntu linux 
Shell :: how to install laravel on mac 
Shell :: disable firewall ubuntu 
Shell :: get docker script 
Shell :: shutdown heroku app 
Shell :: how to uninstall openjdk in linux 
ADD CONTENT
Topic
Content
Source link
Name
7+5 =