# shell **Repository Path**: hale459/shell ## Basic Information - **Project Name**: shell - **Description**: 脚本仓库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-12 - **Last Updated**: 2025-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 脚本仓库 1. [centos.repo.sh](centos%2Fcentos.repo.sh): 更新Centos的yum源 2. [docker.sh](centos%2Fdocker.sh):安装docker和docker-compose 3. [frps.sh](frp%2frps.sh):frp服务端安装 ```shell wget -O frps.sh https://gitee.com/hale459/shell/raw/master/frp/frps.sh && sed -i 's/\r//' frps.sh && chmod +x frps.sh && ./frps.sh ``` 4. [frpc.sh](frp%frpc.sh):frp客户端安装 ```shell wget -O frpc.sh https://gitee.com/hale459/shell/raw/master/frp/frpc.sh && sed -i 's/\r//' frpc.sh && chmod +x frpc.sh && ./frpc.sh ```