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 94d60a7 commit ad14b1bCopy full SHA for ad14b1b
install/homarr-install.sh
@@ -2,8 +2,7 @@
2
3
# Copyright (c) 2021-2025 community-scripts ORG
4
# Author: MickLesk (Canbiz)
5
-# License: MIT
6
-# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
7
# Source: https://github.com/ajnart/homarr
8
9
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
@@ -60,6 +59,7 @@ NODE_OPTIONS='-r @homarr/log/override'
60
59
EOF
61
62
cd /opt/homarr
+$STD pnpm install
63
$STD pnpm run db:migration:sqlite:run
64
$STD pnpm build
65
mkdir build
0 commit comments