# nps **Repository Path**: smartelec_056/nps ## Basic Information - **Project Name**: nps - **Description**: nps_install - **Primary Language**: Shell - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 7 - **Created**: 2024-02-01 - **Last Updated**: 2024-02-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nps安装脚本 **origin :https://github.com/ehang-io/nps** #### 介绍 nps安装脚本,shell脚本部署nps内网穿透工具 #### 安装脚本 ```bash yum install -y wget git && git clone https://gitee.com/xiaobaid/nps.git && cd nps && chmod a+x nps_install.sh && ./nps_install.sh ```