1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-03-08 13:19:05 +00:00

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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"