From 8f694c8e237433cff360c870eb0ed57fe8b561ef Mon Sep 17 00:00:00 2001 From: cour64 Date: Sat, 23 Nov 2024 17:38:57 +0000 Subject: [PATCH] Fix missing build tools for Actual Budget install (#455) --- install/actualbudget-install.sh | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/install/actualbudget-install.sh b/install/actualbudget-install.sh index 3ad15170..133853f4 100644 --- a/install/actualbudget-install.sh +++ b/install/actualbudget-install.sh @@ -14,11 +14,13 @@ network_check update_os msg_info "Installing Dependencies" -$STD apt-get install -y curl -$STD apt-get install -y sudo -$STD apt-get install -y mc -$STD apt-get install -y gpg -$STD apt-get install -y git +$STD apt-get install -y \ + curl \ + sudo \ + mc \ + gpg \ + git \ + build-essential msg_ok "Installed Dependencies" msg_info "Setting up Node.js Repository"