手机
当前位置:查字典教程网 >脚本专栏 >linuxshell >Ubuntu、Linux Mint一键安装Chrome浏览器的Shell脚本分享
Ubuntu、Linux Mint一键安装Chrome浏览器的Shell脚本分享
摘要:把下面的脚本保存为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

【Ubuntu、Linux Mint一键安装Chrome浏览器的Shell脚本分享】相关文章:

mysql源码安装脚本分享

一键配置CentOS iptables防火墙的Shell脚本分享

vtune自动安装脚本分享

阿里云主机一键安装lamp、lnmp环境的shell脚本分享

Linux Shell脚本系列教程(五):数学运算

Linux下实现SNMP一键安装的Shell脚本

linux下安装oracle后使用命令行启动的方法 linux启动oracle

Linux Shell脚本系列教程(一):Shell入门

实现释放CentOS系统内存的Shell脚本分享

一个监控LINUX目录和文件变化的Shell脚本分享

精品推荐
分类导航