1 Star 0 Fork 4

bertxue/centos-script

forked from user_76863/centos-script 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
chrome.sh 291 Bytes
一键复制 编辑 原始数据 按行查看 历史
luofei1 提交于 2020-08-03 08:42 +08:00 . 将所有脚本文件名改为小写
#!/bin/bash
echo -e '\033[1;32m 安装Chrome浏览器 \033[0m'
echo -e "\033[1;32m 安装EPEL安装源 \033[0m"
yum -y install epel-release
echo -e "\033[1;32m 开始安装Chrome浏览器 \033[0m"
yum -y install chromium
echo -e "\033[1;32m 清除yum安装包 \033[0m"
yum -y clean all
exit
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bertxue/centos-script.git
git@gitee.com:bertxue/centos-script.git
bertxue
centos-script
centos-script
master

搜索帮助