# Common-script **Repository Path**: Fahoud/common-script ## Basic Information - **Project Name**: Common-script - **Description**: Linux下Java、Git、nginx自动安装脚本 - **Primary Language**: Shell - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-21 - **Last Updated**: 2021-03-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 自动化安装 自动化安装MySQL,JavaSE,Nginx,Git等环境 ## 可安装的 | 环境 | 版本 |情况 | | ---------------- | -------------------- | -----------| | MySQL | 8.0.23 | FINISH | | Java SE | JDK16 | FINISH | | Nginx | 1.17.10 | FINISH | | Git | 跟随yum源 | FINISH | | Tomcat | | TODO | | Maven | 3.6.3 | FINISH | | | | | | | | | | | | | | | | ## 如何用? > ./install_script.sh [环境名](小写) 比如: ```bash ./install_script.sh mysql ./install_script.sh java ```