Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/b603da7778797ca99a0db88ccd33bebdc217872c?style=split&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.
Removed wrong line
pull/4005/head
CanbiZ 8 months ago committed by GitHub
parent 902aee0c0b
commit b603da7778
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -71,7 +71,6 @@ if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_v
mv /opt/tianji /opt/tianji_bak mv /opt/tianji /opt/tianji_bak
wget -q "https://github.com/msgbyte/tianji/archive/refs/tags/v${RELEASE}.zip" wget -q "https://github.com/msgbyte/tianji/archive/refs/tags/v${RELEASE}.zip"
unzip -q v${RELEASE}.zip unzip -q v${RELEASE}.zip
rm -R
mv tianji-${RELEASE} /opt/tianji mv tianji-${RELEASE} /opt/tianji
cd tianji cd tianji
pnpm install --filter @tianji/client... --config.dedupe-peer-dependents=false --frozen-lockfile >/dev/null 2>&1 pnpm install --filter @tianji/client... --config.dedupe-peer-dependents=false --frozen-lockfile >/dev/null 2>&1

Loading…
Cancel
Save

Powered by BW's shoe-string budget.