From ad14b1b1d68a336ef1c1d3fb07e033e1c9d27dd0 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 28 Jan 2025 16:50:30 +0100 Subject: [PATCH] Update homarr-install.sh --- install/homarr-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/homarr-install.sh b/install/homarr-install.sh index d5d0965d..6cefae62 100644 --- a/install/homarr-install.sh +++ b/install/homarr-install.sh @@ -2,8 +2,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: MickLesk (Canbiz) -# License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://github.com/ajnart/homarr source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" @@ -60,6 +59,7 @@ NODE_OPTIONS='-r @homarr/log/override' EOF cd /opt/homarr +$STD pnpm install $STD pnpm run db:migration:sqlite:run $STD pnpm build mkdir build