Skip to content

初始化centos7脚本 tag:初始化linux,sh脚本,shell脚本,自动挂载硬盘,自动化脚本,nginx,docker,换源,java 支持本地版本和网络版本

License

Notifications You must be signed in to change notification settings

buyfakett/centos7_initialization

Repository files navigation

centos7_initialization

releases downloads size badge

Chinese name: Script for initializing centos7

Docs|中文文档

Question

If it cannot be executed, please execute it

Vim script name

: set ff=unix

: x

Install Network Version

You can directly execute the following command

# Method 1 (recommended)
wget https://gitee.com/buyfakett/centos7_initialization/raw/beta/initialization.sh && chmod +x initialization.sh && ./initialization.sh
# Method 2
curl -LO "$(curl -sL https://gitee.com/api/v5/repos/buyfakett/centos7_initialization/releases/latest | grep -oE 'https://[^"]+/initialization.sh')" && chmod +x initialization.sh && ./initialization.sh
# Method 3: Clone to local
git clone https://gitee.com/buyfakett/centos7_initialization.git && cd centos7_initialization && chmod +x initialization.sh && ./initialization.sh

Install local version

# Method 1: Download the compressed package from the distribution and install it (the distribution only works on GitHub)
https://github.com/buyfakett/centos7_initialization/releases
# Method 2: Clone to local
git clone https://github.com/buyfakett/centos7_initialization.git && cd centos7_initialization && chmod +x initialization.sh && ./initialization.sh

Support installation of test versions

If you need to use a test version of the script, please use the beta branch

wget https://gitee.com/buyfakett/centos7_initialization/raw/beta/initialization.sh && chmod +x initialization.sh && ./initialization.sh

Or you may need to clone the specified branch

git clone -b beta https://gitee.com/buyfakett/centos7_initialization.git && cd centos7_initialization && chmod +x initialization.sh && ./initialization.sh

Support

  1. [Star] He, let him see that you love him;

  2. [Watching] He constantly perceives his dynamics;

  3. [Fork] He added new features, fixed bugs, and made him more comfortable;

  4. [Issue] He, tell him what kind of temper tantrums he has, and he will change them, manual lamb;

  5. [Reward] He, buy him a jk;

Contribution Guidelines

Modify or open a new branch on the development branch

Other

The script is not very mature, please provide timely feedback on Github if there are any bugs~or send the author's email: [email protected]

If you think the author's writing is good, you can support the author and invite him to have a cup of coffee~

wechat alipay
alipay wechat

About

初始化centos7脚本 tag:初始化linux,sh脚本,shell脚本,自动挂载硬盘,自动化脚本,nginx,docker,换源,java 支持本地版本和网络版本

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages