From 842cf01132c2db0f09283166c13f463a12f0adc9 Mon Sep 17 00:00:00 2001 From: fetionstu Date: Sat, 6 Jun 2026 00:57:44 +0800 Subject: [PATCH] eng --- 1panel.sh | 4 ++-- easytier.sh | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 easytier.sh diff --git a/1panel.sh b/1panel.sh index 7d98dbf..28ebee1 100644 --- a/1panel.sh +++ b/1panel.sh @@ -2,6 +2,6 @@ # 这是一条注释,说明脚本用途 # 没有运行权限,需先执行下面的命令: # chmod +x my_commands.sh -echo "==>开始安装1panel" +echo "==>starting install 1panel" bash -c "$(curl -sSL https://resource.fit2cloud.com/1panel/package/v2/quick_start.sh)" -echo "==>链接运行完成,还是安装完成哦。" \ No newline at end of file +echo "==>link get, or link runed?" diff --git a/easytier.sh b/easytier.sh new file mode 100644 index 0000000..6546fe5 --- /dev/null +++ b/easytier.sh @@ -0,0 +1,11 @@ +#!/bin/bash +# 这是一条注释,说明脚本用途 +# 没有运行权限,需先执行下面的命令: +# chmod +x my_commands.sh +echo "==>starting install unzip" +apt update +apt install unzip + +echo "==>starting install easytier" +wget -O /tmp/easytier.sh "https://raw.githubusercontent.com/EasyTier/EasyTier/main/script/install.sh" && sudo bash /tmp/easytier.sh install --gh-proxy https://ghfast.top/ +echo "==>easytier doned" \ No newline at end of file