Skip to content

Commit ad14b1b

Browse files
authored
Update homarr-install.sh
1 parent 94d60a7 commit ad14b1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/homarr-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
# Copyright (c) 2021-2025 community-scripts ORG
44
# Author: MickLesk (Canbiz)
5-
# License: MIT
6-
# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
5+
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
76
# Source: https://github.com/ajnart/homarr
87

98
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
@@ -60,6 +59,7 @@ NODE_OPTIONS='-r @homarr/log/override'
6059
EOF
6160

6261
cd /opt/homarr
62+
$STD pnpm install
6363
$STD pnpm run db:migration:sqlite:run
6464
$STD pnpm build
6565
mkdir build

0 commit comments

Comments
 (0)