We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad14b1b commit 41a836fCopy full SHA for 41a836f
ct/homarr.sh
@@ -59,6 +59,7 @@ fi
59
mv homarr-${RELEASE} /opt/homarr
60
mv /opt/homarr-data-backup/.env /opt/homarr/.env
61
cd /opt/homarr
62
+ pnpm install &>/dev/null
63
pnpm run db:migration:sqlite:run &>/dev/null
64
pnpm build &>/dev/null
65
mkdir build
0 commit comments