forked from forkanization/Proxmox-arm64
[Homarr] Omit optional node pkgs
This commit is contained in:
@@ -44,8 +44,8 @@ rm -rf /opt/homarr-${RELEASE}
|
|||||||
cd /opt/homarr
|
cd /opt/homarr
|
||||||
wget -q -O /opt/homarr/.env https://raw.githubusercontent.com/ajnart/homarr/dev/.env.example
|
wget -q -O /opt/homarr/.env https://raw.githubusercontent.com/ajnart/homarr/dev/.env.example
|
||||||
sed -i 's|NEXTAUTH_SECRET="[^"]*"|NEXTAUTH_SECRET="'"$(openssl rand -base64 32)"'"|' /opt/homarr/.env
|
sed -i 's|NEXTAUTH_SECRET="[^"]*"|NEXTAUTH_SECRET="'"$(openssl rand -base64 32)"'"|' /opt/homarr/.env
|
||||||
$STD yarn install
|
$STD yarn install --omit=optional
|
||||||
$STD yarn build
|
$STD yarn build --omit=optional
|
||||||
$STD yarn db:migrate
|
$STD yarn db:migrate
|
||||||
msg_ok "Installed Homarr"
|
msg_ok "Installed Homarr"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user