From 618fd89314ec8ad627422a4831a5c13104a0943a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Oliveira?= Date: Wed, 14 Jan 2026 17:36:12 +0000 Subject: [PATCH] install test --- install/flatnotes-install.sh | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/install/flatnotes-install.sh b/install/flatnotes-install.sh index 1ae7d204d..84ae21265 100644 --- a/install/flatnotes-install.sh +++ b/install/flatnotes-install.sh @@ -14,9 +14,21 @@ network_check update_os fetch_and_deploy_gh_release "flatnotes" "dullage/flatnotes" -setup_uv +USE_UVX=YES setup_uv setup_nodejs +msg_info "Installing Backend" +cd /opt/flatnotes +$STD /usr/local/bin/uv sync +$STD source .venv/bin/activate +$STD deactivate +msg_ok "Installed Backend" + +msg_info "Installing Frontend" +cd /opt/flatnotes/client +$STD npm install +$STD npm run build +msg_ok "Installed Frontend" motd_ssh customize