release: v1.0.5 — 修复 spawn script ENOENT、补全依赖

This commit is contained in:
10000ge10000
2026-03-05 21:57:49 +08:00
parent 5f381eebd7
commit ed583e38b2
5 changed files with 44 additions and 8 deletions

View File

@@ -86,7 +86,7 @@ mkdir -p "$CTRL_DIR"
cat > "$CTRL_DIR/control" << EOF
Package: ${PKG_NAME}
Version: ${PKG_VERSION}-${PKG_RELEASE}
Depends: luci-compat, luci-base, curl, openssl-util
Depends: luci-compat, luci-base, curl, openssl-util, util-linux-script
Source: https://github.com/10000ge10000/luci-app-openclaw
SourceName: ${PKG_NAME}
License: GPL-3.0