remove "s" in build-essential

This commit is contained in:
CanbiZ
2025-01-04 00:09:47 +01:00
committed by GitHub
parent 036728df0d
commit b03e223e91

View File

@@ -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"