# one-key-shell **Repository Path**: gclm/one-key-shell ## Basic Information - **Project Name**: one-key-shell - **Description**: Linux、Mac一键安装脚本 - **Primary Language**: Shell - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-20 - **Last Updated**: 2022-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # one-key-shell Linux、Mac一键安装脚本(Centos7专用) ## 使用教程 ### dns ```shell curl https://gitee.com/gclm/one-key-linux/raw/master/include/dns.sh | bash ``` ### 阿里云yum源 ```shell curl https://gitee.com/gclm/one-key-linux/raw/master/include/aliyun-yum.sh | bash ``` ### init ```shell curl https://gitee.com/gclm/one-key-linux/raw/master/include/init.sh | bash ``` ### 安装 Nginx ```shell curl https://gitee.com/gclm/one-key-linux/raw/master/include/nginx.sh | bash ``` ### 安装 Tengine ```shell curl https://gitee.com/gclm/one-key-linux/raw/master/include/tengine-2.3.2.sh | bash ``` ### 安装 Jenkins ```shell curl https://gitee.com/gclm/one-key-linux/raw/master/include/jenkins.sh | bash ``` ### 安装 Open JDK ```shell curl https://gitee.com/gclm/one-key-linux/raw/master/include/open-jdk.sh | bash ``` ### 安装 Oracle JDK ```shell curl https://gitee.com/gclm/one-key-linux/raw/master/include/oracle-jdk.sh | bash ``` ### 安装 Nexus ```shell curl https://gitee.com/gclm/one-key-linux/raw/master/include/nexus.sh | bash ``` ### 安装 Maven ```shell curl https://gitee.com/gclm/one-key-linux/raw/master/include/maven.sh | bash ``` ### 安装 Tomcat ```shell curl https://gitee.com/gclm/one-key-linux/raw/master/include/tomcat.sh | bash ``` ### 安装 Mariadb ```shell curl https://gitee.com/gclm/one-key-linux/raw/master/include/mariadb-10.4.sh | bash ``` ### 安装 Gradle ```shell curl https://gitee.com/gclm/one-key-linux/raw/master/include/gradle.sh | bash ``` ### 安装 Git ```shell curl https://gitee.com/gclm/one-key-linux/raw/master/include/git.sh | bash ``` ### 安装 Git Lfs ```shell curl https://gitee.com/gclm/one-key-linux/raw/master/include/git-lfs.sh | bash ``` ### 安装 mwget ```shell curl https://gitee.com/gclm/one-key-linux/raw/master/include/mwget.sh | bash ``` ### 安装 Axel ```shell curl https://gitee.com/gclm/one-key-linux/raw/master/include/axel.sh | bash ``` ### 扩展分区 Swap ```shell curl https://gitee.com/gclm/one-key-linux/raw/master/include/swap.sh | bash ``` ### 修改终端名 ```shell curl https://gitee.com/gclm/one-key-linux/raw/master/include/update-hostname.sh | bash ``` ### 系统判别 ```shell curl https://gitee.com/gclm/one-key-linux/raw/master/include/system.sh | bash ``` ## 收集脚本 ### 安装 Docker ```shell curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun ```