master
呓喵酱 3 years ago committed by GitHub
parent 47a7e38251
commit 10bf4d6224
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      env.sh

@ -22,7 +22,10 @@ yum install epel-release -y
#
# Development Tools
#
yum install -y wget git vim unzip zip openssl make gcc gcc-c++ screen fuse fuse-devel rsync
yum install -y wget git vim unzip zip openssl make gcc gcc-c++ screen fuse fuse-devel rsync ntp
# enable ntp
systemctl start ntp
systemctl enable ntp
# git config
git config --global user.name $1
git config --global user.email git@$1

Loading…
Cancel
Save