# raspi_zerotier **Repository Path**: icefox/raspi_zerotier ## Basic Information - **Project Name**: raspi_zerotier - **Description**: 树莓派 zerotier-one 安装脚本 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-20 - **Last Updated**: 2021-05-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # raspi_zerotier #### 项目介绍 树莓派 zerotier-one 安装脚本 #### 软件架构 软件架构说明 #### 安装教程 1. .net core 2.1 runtime 自动安装 curl -s 'https://gitee.com/icefox/raspi_zerotier/raw/master/dotnetcoreSetup.sh' | sudo bash 执行成功后运行 dotnet --info 查看是否安装成功,如果如下所示表示安装完成 > Host (useful for support): > Version: 2.1.3 > Commit: 124038c13e > >.NET Core SDKs installed: > No SDKs were found. > >.NET Core runtimes installed: > Microsoft.NETCore.App 2.1.3 [/opt/dotnet/shared/Microsoft.NETCore.App] > >To install additional .NET Core runtimes or SDKs: > https://aka.ms/dotnet-download 2. zerotier-one 自动安装 > https://gitee.com/icefox/raspi_zerotier/raw/master/zerotierInstall.sh 执行后会自动加入指定的网络id,加入后不能分配到ip,先到zerotier控制台下授权; 如果依然不能分配到ip 可以重启树莓派或者 sudo ifconfig down sudo ifconfig up 重新加载zerotier的虚拟网卡 3. 获取树莓派信息脚本 curl -s 'https://gitee.com/icefox/raspi_zerotier/raw/master/getRaspiInfo.sh' | sudo bash