mirror of https://github.com/tteck/Proxmox.git
Update npm_setup.sh
This commit is contained in:
parent
81b2991fea
commit
7ead53b230
|
@ -34,7 +34,7 @@ apt-get -qqy upgrade &>/dev/null
|
|||
echo -e "${CHECKMARK} \e[1;92m Installing Dependencies... \e[0m"
|
||||
echo "fs.file-max = 65535" > /etc/sysctl.conf
|
||||
apt-get update &>/dev/null
|
||||
apt-get -y install \
|
||||
apt-get -qqy install \
|
||||
sudo \
|
||||
curl \
|
||||
wget \
|
||||
|
|
Loading…
Reference in New Issue