mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "3492971e461944de1e29a0f935576bfc96f57638" and "663197feefc568f74f1b1b712320b74364142c7d" have entirely different histories.
3492971e46
...
663197feef
|
@ -17,7 +17,6 @@ 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 avahi-daemon
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
msg_info "Setting up Node.js Repository"
|
||||
|
|
|
@ -17,7 +17,6 @@ msg_info "Installing Dependencies"
|
|||
$STD apt-get -y install software-properties-common apt-utils
|
||||
$STD apt-get -y update
|
||||
$STD apt-get -y upgrade
|
||||
$STD apt-get install -y avahi-daemon
|
||||
$STD apt-get -y install \
|
||||
build-essential \
|
||||
gcc \
|
||||
|
|
Loading…
Reference in New Issue