8 lines
290 B
Bash
8 lines
290 B
Bash
#!/bin/bash
|
|
# 这是一条注释,说明脚本用途
|
|
# 没有运行权限,需先执行下面的命令:
|
|
# chmod +x my_commands.sh
|
|
echo "==>starting install 1panel"
|
|
bash -c "$(curl -sSL https://resource.fit2cloud.com/1panel/package/v2/quick_start.sh)"
|
|
echo "==>link get, or link runed?"
|