forked from apone/testgitea
eng
This commit is contained in:
@@ -2,6 +2,6 @@
|
|||||||
# 这是一条注释,说明脚本用途
|
# 这是一条注释,说明脚本用途
|
||||||
# 没有运行权限,需先执行下面的命令:
|
# 没有运行权限,需先执行下面的命令:
|
||||||
# chmod +x my_commands.sh
|
# 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)"
|
bash -c "$(curl -sSL https://resource.fit2cloud.com/1panel/package/v2/quick_start.sh)"
|
||||||
echo "==>链接运行完成,还是安装完成哦。"
|
echo "==>link get, or link runed?"
|
||||||
|
|||||||
11
easytier.sh
Normal file
11
easytier.sh
Normal file
@@ -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"
|
||||||
Reference in New Issue
Block a user