From a5d790e4d359cd1f2bb4360aa48ccffe337616dc Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 5 May 2025 11:44:17 +0200 Subject: [PATCH] Update actualbudget-install.sh --- install/actualbudget-install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install/actualbudget-install.sh b/install/actualbudget-install.sh index 4999795..b149838 100644 --- a/install/actualbudget-install.sh +++ b/install/actualbudget-install.sh @@ -45,6 +45,7 @@ cat </opt/actualbudget-data/config.json } } EOF +mkdir -p /opt/actualbudget cd /opt/actualbudget npm install --location=global @actual-app/sync-server $STD openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout selfhost.key -out selfhost.crt <