# centos_opt **Repository Path**: grftHanwenhaoRf/centos_opt ## Basic Information - **Project Name**: centos_opt - **Description**: centos7初始化脚本 - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-08 - **Last Updated**: 2024-12-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Centos7初始化脚本 ## 1.先安装git与相关依赖 ```shell yum install -y git ``` ```