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

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

PREVIOUS NEXT
Code Example
Shell :: docker exec as root 
Shell :: palindrome in shell script 
Shell :: airflow username password 
Shell :: reverse shell bash 
Shell :: store git credentials ubuntu 
Shell :: bash: /proc/sys/vm/drop_caches: Permission denied 
Shell :: name of exe on ubuntu 20.04 terminal 
Shell :: libgit2.so.1.1: cannot open shared object file: No such file or directory 
Shell :: fs extra ts 
Shell :: mongodb compass community linux 
Shell :: save firewall config linux 
Shell :: ffmpeg rotate video 
Shell :: installing vs code in ubuntu 
Shell :: git commit --amend choose editor 
Shell :: upgrading composer globally on windows 
Shell :: zsh create alias 
Shell :: Error: ENOSPC: System limit for number of file watchers reached, 
Shell :: vite react + eslint 
Shell :: install protonvpn debian 
Shell :: ubuntu echo create file 
Shell :: netsh wlan command for wifi password 
Shell :: upgrade urllib3 version 
Shell :: install serverless 
Shell :: permission denied while installing npm 
Shell :: ubuntu installing gimp 
Shell :: install trello for linux 
Shell :: bash list environment variables 
Shell :: install avro for linux 
Shell :: install atom ubuntu 18 
Shell :: Error relocating /usr/bin/curl 
ADD CONTENT
Topic
Content
Source link
Name
9+3 =