# LinuxScripts **Repository Path**: MallotecLab/LinuxScripts ## Basic Information - **Project Name**: LinuxScripts - **Description**: 存放一些 linux 相关的脚本,此为 github 镜像,源地址如下: - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: main - **Homepage**: https://github.com/RebornQ/LinuxScripts - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LinuxScripts 存放一些 linux 相关的脚本 | 文件名 | 描述 | 快速执行命令 | | -------------- | ----------------- | ------------------------------------------------------------ | | centos-init.sh | CentOS 初始化脚本 | **Github 源**:
`sh -c "$(wget -O- https://raw.githubusercontent.com/RebornQ/LinuxScripts/main/centos-init.sh)"`

**JsDelivr 加速**(可能会有缓存延迟):
`sh -c "$(wget -O- https://cdn.jsdelivr.net/gh/RebornQ/LinuxScripts/centos-init.sh)"`

**国内镜像**:
`sh -c "$(wget -O- https://gitee.com/MallotecLab/LinuxScripts/raw/main/centos-init.sh)"` |