mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-04-19 23:28:07 +00:00
parent
593669b960
commit
8fd34ea277
@ -16,11 +16,14 @@ network_check
|
|||||||
update_os
|
update_os
|
||||||
|
|
||||||
msg_info "Installing Dependencies"
|
msg_info "Installing Dependencies"
|
||||||
$STD apt-get install -y curl
|
$STD apt-get install -y \
|
||||||
$STD apt-get install -y sudo
|
sudo \
|
||||||
$STD apt-get install -y mc
|
mc \
|
||||||
$STD apt-get install -y ca-certificates
|
ca-certificates \
|
||||||
$STD apt-get install -y gnupg
|
gnupg \
|
||||||
|
make \
|
||||||
|
g++ \
|
||||||
|
build-essentials
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Setting up Node.js Repository"
|
msg_info "Setting up Node.js Repository"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user