Explorar el Código

Update homepage-v5-install.sh

fix linting error
tteckster hace 2 años
padre
commit
65ea70bdff
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      install/homepage-v5-install.sh

+ 2 - 0
install/homepage-v5-install.sh

@@ -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"