From b211224ec46fc726f22dc951e024e76d1b487d52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Thu, 13 Mar 2025 15:50:49 +0100 Subject: [PATCH] Update cryptpad-install.sh --- install/cryptpad-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/cryptpad-install.sh b/install/cryptpad-install.sh index 1221188d4..a619697b6 100644 --- a/install/cryptpad-install.sh +++ b/install/cryptpad-install.sh @@ -43,6 +43,7 @@ cd cryptpad $STD git checkout $RELEASE $STD npm ci $STD npm run install:components +$STD npm run build cp config/config.example.js config/config.js IP=$(hostname -I | awk '{print $1}') sed -i "51s/localhost/${IP}/g" /opt/cryptpad/config/config.js