Update homepage-v5.sh

revert linting error fix
This commit is contained in:
tteckster 2023-02-23 05:24:50 -05:00 committed by GitHub
parent 3efdce3526
commit 6690a31ff7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -327,8 +327,6 @@ fi
cd /opt/homepage
systemctl stop homepage
git pull --force &>/dev/null
sed -i 's/prowlarr: dynamic(() => import("\.\/prowlarr\/component")),/\/\/ &/' /opt/homepage/src/widgets/components.js
rm -rf /opt/homepage/src/widgets/prowlarr/component.jsx
pnpm install &>/dev/null
pnpm build &>/dev/null
systemctl start homepage