Bash脚本笔记


本笔记为自己的bash快捷脚本,只需要复制命令即可一键安装。

脚本地址:http://hello.fe80.cn/bash/

安装lnmp及设置:wget https://hello.fe80.cn/bash/install.sh && bash install.sh

安装MySQL8.0.16:wget https://hello.fe80.cn/bash/mysql8016.sh && bash mysql8016.sh

安装MySQL8.0.18(CentOS8):wget https://hello.fe80.cn/bash/mysql8018el8.sh && bash mysql8018el8.sh

安装Python-3.8.0:wget https://hello.fe80.cn/bash/python38.sh && bash python38.sh

安装openresty:wget https://hello.fe80.cn/bash/openresty.sh && bash openresty.sh

安装MongoDB:wget https://hello.fe80.cn/bash/mongo.sh && bash mongo.sh

安装Postgresql:wget https://hello.fe80.cn/bash/postgresql.sh && bash postgresql.sh