标签:.sh 脚本 dbus chmod ip add host address localhost local
yum install git
git clone https://github.com/tangramor/Tars_Install.git
注意:会有3个脚本,centos 环境使用 tars_install.sh,如果没有安装 git
设置IP,Mysql密码、用户、端口
DBIP localhost
DBPort 3306
DBUser root
DBPassword password
设置网卡
改成本机对应的网卡,使用 ip address 可以查看
INET_NAME=eth0
chmod u+x tars_install.sh
./tars_install.sh
标签:.sh 脚本 dbus chmod ip add host address localhost local
原文地址:https://www.cnblogs.com/huanggy/p/9249924.html