mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-04 23:10:16 +00:00
Update homarr-install.sh
This commit is contained in:
parent
94d60a79d6
commit
ad14b1b1d6
@ -2,8 +2,7 @@
|
|||||||
|
|
||||||
# Copyright (c) 2021-2025 community-scripts ORG
|
# Copyright (c) 2021-2025 community-scripts ORG
|
||||||
# Author: MickLesk (Canbiz)
|
# Author: MickLesk (Canbiz)
|
||||||
# License: MIT
|
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
|
||||||
# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
|
|
||||||
# Source: https://github.com/ajnart/homarr
|
# Source: https://github.com/ajnart/homarr
|
||||||
|
|
||||||
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
|
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
|
||||||
@ -60,6 +59,7 @@ NODE_OPTIONS='-r @homarr/log/override'
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
cd /opt/homarr
|
cd /opt/homarr
|
||||||
|
$STD pnpm install
|
||||||
$STD pnpm run db:migration:sqlite:run
|
$STD pnpm run db:migration:sqlite:run
|
||||||
$STD pnpm build
|
$STD pnpm build
|
||||||
mkdir build
|
mkdir build
|
||||||
|
Loading…
Reference in New Issue
Block a user