alpine linx 安装 1panel 失败

安装失败,希望能匹配下alpine linux 的安装 脚本。
sh: localhost: unknown operand
暂不支持的系统架构,请参阅官方文档,选择受支持的系统。
localhost:~# sh quick_start.sh
安装包已存在,跳过下载
1panel-v1.7.4-linux-amd64/1panel.service
1panel-v1.7.4-linux-amd64/1pctl
1panel-v1.7.4-linux-amd64/LICENSE
1panel-v1.7.4-linux-amd64/README.md
1panel-v1.7.4-linux-amd64/install.sh
1panel-v1.7.4-linux-amd64/1panel

██╗ ██████╗ █████╗ ███╗ ██╗███████╗██╗
███║ ██╔══██╗██╔══██╗████╗ ██║██╔════╝██║
╚██║ ██████╔╝███████║██╔██╗ ██║█████╗ ██║
██║ ██╔═══╝ ██╔══██║██║╚██╗██║██╔══╝ ██║
██║ ██║ ██║ ██║██║ ╚████║███████╗███████╗
╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═══╝╚══════╝╚══════╝
[1Panel Log]: ======================= 开始安装 =======================
设置 1Panel 安装目录(默认为/opt):
[1Panel Log]: 您选择的安装路径为 /opt
[1Panel Log]: 检测到 Docker 已安装,跳过安装步骤
[1Panel Log]: 启动 Docker
install.sh: line 58: systemctl: command not found
[1Panel Log]: 检测到 Docker Compose 已安装,跳过安装步骤
设置 1Panel 端口(默认为14659):
[1Panel Log]: 您设置的端口为:14659
设置 1Panel 用户名称(默认为37b043decd):
[1Panel Log]: 您设置的用户名称为:37b043decd
设置 1Panel 用户密码(默认为e177b5cd72):
[1Panel Log]: 配置 1Panel Service
cp: can’t create ‘/etc/systemd/system’: No such file or directory
install.sh: line 241: systemctl: command not found
install.sh: line 241: systemctl: command not found
[1Panel Log]: 启动 1Panel 服务
install.sh: line 244: systemctl: command not found
[1Panel Log]: 1Panel 服务启动出错!

alpine不用systemd,用的rc service

你可以直接用docker 版本1panel,凑合用。

群晖、openwrt都可以用dokcer版本1panel

docker run -d \
    --name 1panel \
    --restart always \
    --network host \
    -v /var/run/docker.sock:/var/run/docker.sock \
    -v /var/lib/docker/volumes:/var/lib/docker/volumes \
    -v /opt:/opt \
    -v /root:/root \
    -e TZ=Asia/Shanghai \
    moelin/1panel:latest