Revert Changes from PR

This commit is contained in:
CanbiZ 2024-12-31 10:36:13 +01:00 committed by GitHub
parent 2479ceeb99
commit a77ce0bad0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,8 +43,6 @@ rm -rf homepage-${RELEASE}
cd /opt/homepage
cp /opt/homepage/src/skeleton/* /opt/homepage/config
$STD pnpm install
$STD NEXT_PUBLIC_VERSION=v$RELEASE
$STD NEXT_PUBLIC_REVISION='source'
$STD pnpm build
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
msg_ok "Installed Homepage v${RELEASE}"