Update memos.sh

This commit is contained in:
Tobias 2026-02-03 08:05:31 +01:00 committed by GitHub
parent aa32fc192f
commit 219eabdc55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@ function update_script() {
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
msg_ok "Built Memos"