Ubuntu、Linux Mint一键安装Chrome浏览器的Shell脚本分享
Ubuntu、Linux Mint一键安装Chrome浏览器的Shell脚本分享
发布时间:2016-12-28 来源:查字典编辑
摘要:把下面的脚本保存为xxx.sh,然后sudoshxxx.sh复制代码代码如下:wget-q-O-https://dl-ssl.google....

把下面的脚本保存为xxx.sh,然后 sudo sh xxx.sh

复制代码 代码如下:

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'

sudo apt-get update

#下面是稳定版

#sudo apt-get -y install google-chrome-stable

#下面是beta版

sudo apt-get -y install google-chrome-beta

#下面是不稳定版

#sudo apt-get -y install google-chrome-unstable

推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
相关阅读
网友关注
最新linuxshell学习
热门linuxshell学习
脚本专栏子分类