From b03e223e9156f4acd3610f985ec650eb780393d8 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Sat, 4 Jan 2025 00:09:47 +0100 Subject: [PATCH] remove "s" in build-essential --- install/homarr-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/homarr-install.sh b/install/homarr-install.sh index 8052d917..79486327 100644 --- a/install/homarr-install.sh +++ b/install/homarr-install.sh @@ -23,7 +23,7 @@ $STD apt-get install -y \ gnupg \ make \ g++ \ - build-essentials + build-essential msg_ok "Installed Dependencies" msg_info "Setting up Node.js Repository"