Ubuntu、Linux Mint一键安装Chrome浏览器的Shell脚本分享

本站所有内容来自互联网收集,仅供学习和交流,请勿用于商业用途。如有侵权、不妥之处,请第一时间联系我们删除!Q群:迪思分享

免费资源网 – https://freexyz.cn/

把下面的脚本保存为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

免费资源网 – https://freexyz.cn/


© 版权声明
THE END
★喜欢这篇文章吗?喜欢的话,麻烦动动手指支持一下!★
点赞10 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容