From b603da7778797ca99a0db88ccd33bebdc217872c Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:50:52 +0100 Subject: [PATCH] Tweak (#3997) Removed wrong line --- ct/tianji.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ct/tianji.sh b/ct/tianji.sh index f9c9914f..f4d07f1d 100644 --- a/ct/tianji.sh +++ b/ct/tianji.sh @@ -71,7 +71,6 @@ if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_v mv /opt/tianji /opt/tianji_bak wget -q "https://github.com/msgbyte/tianji/archive/refs/tags/v${RELEASE}.zip" unzip -q v${RELEASE}.zip - rm -R mv tianji-${RELEASE} /opt/tianji cd tianji pnpm install --filter @tianji/client... --config.dedupe-peer-dependents=false --frozen-lockfile >/dev/null 2>&1