iinstall 1panel

This commit is contained in:
2026-06-06 00:10:28 +08:00
parent b678e599de
commit abd54ed0b4

7
1panel.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# 这是一条注释,说明脚本用途
# 没有运行权限,需先执行下面的命令:
# chmod +x my_commands.sh
echo "==>开始安装1panel"
bash -c "$(curl -sSL https://resource.fit2cloud.com/1panel/package/v2/quick_start.sh)"
echo "==>链接运行完成,还是安装完成哦。"