首页 > 系统相关 >ubuntu 安装 github desktop

ubuntu 安装 github desktop

时间:2022-11-30 10:45:23浏览次数:82  
标签:linux1 github sudo gdebi desktop ubuntu 3.1

原文: https://gist.github.com/berkorbay/6feda478a00b0432d13f1fc0a50467f1

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

标签:linux1,github,sudo,gdebi,desktop,ubuntu,3.1
From: https://www.cnblogs.com/HappyTeemo/p/16937694.html

相关文章