From 8fd34ea27715efafd92bd9b0407b29773eb40095 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 3 Jan 2025 19:26:17 +0100 Subject: [PATCH] Improve Homarr Installation (#1208) add make, g++, build-essentials --- install/homarr-install.sh | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/install/homarr-install.sh b/install/homarr-install.sh index e05fc7f6..8052d917 100644 --- a/install/homarr-install.sh +++ b/install/homarr-install.sh @@ -16,11 +16,14 @@ 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 ca-certificates -$STD apt-get install -y gnupg +$STD apt-get install -y \ + sudo \ + mc \ + ca-certificates \ + gnupg \ + make \ + g++ \ + build-essentials msg_ok "Installed Dependencies" msg_info "Setting up Node.js Repository"