From 486c0d14cd355fb65ff43822948a2033bc30bf1d Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Tue, 3 Feb 2026 08:06:10 +0100 Subject: [PATCH] Update memos-install.sh --- install/memos-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/memos-install.sh b/install/memos-install.sh index c5ec6bf27..c7e211719 100644 --- a/install/memos-install.sh +++ b/install/memos-install.sh @@ -21,7 +21,7 @@ fetch_and_deploy_gh_release "memos" "usememos/memos" "tarball" msg_info "Building Memos (patience)" cd /opt/memos/web $STD pnpm install --frozen-lockfile -$STD pnpm build +$STD pnpm release cd /opt/memos $STD go build -o memos ./cmd/memos mkdir -p /opt/memos_data