mirror of https://github.com/tteck/Proxmox.git
Update npm_setup.sh
This commit is contained in:
parent
ae2b1ca424
commit
2665342593
|
@ -33,7 +33,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 update &>/dev/null
|
||||
sleep 3
|
||||
apt-get -qqy install \
|
||||
sudo \
|
||||
|
|
Loading…
Reference in New Issue