Update homepage-v5-install.sh

fix linting error
This commit is contained in:
tteckster 2023-02-19 09:37:48 -05:00 committed by GitHub
parent 652df53f75
commit 65ea70bdff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -102,6 +102,8 @@ $STD git clone https://github.com/benphelps/homepage.git /opt/homepage
cd /opt/homepage
mkdir -p config
cp /opt/homepage/src/skeleton/* /opt/homepage/config
sed -i 's/prowlarr: dynamic(() => import("\.\/prowlarr\/component")),/\/\/ &/' /opt/homepage/src/widgets/components.js
rm -rf /opt/homepage/src/widgets/prowlarr/component.jsx
$STD pnpm install
$STD pnpm build
msg_ok "Installed Homepage"