mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-17 20:11:17 +00:00
Update npm_setup.sh
This commit is contained in:
parent
9cc5ff0d5f
commit
6b17f0d45c
@ -42,11 +42,11 @@ done
|
||||
echo -e "${CHECKMARK} \e[1;92m Network Connected: \e[0m $(hostname -I)"
|
||||
|
||||
echo -e "${CHECKMARK} \e[1;92m Updating Container OS... \e[0m"
|
||||
apt update &>/dev/null
|
||||
apt-get update &>/dev/null
|
||||
apt-get -qqy upgrade &>/dev/null
|
||||
|
||||
echo -e "${CHECKMARK} \e[1;92m Installing Dependencies... \e[0m"
|
||||
echo "fs.file-max = 65535" > /etc/sysctl.conf
|
||||
#echo "fs.file-max = 65535" > /etc/sysctl.conf
|
||||
apt-get update &>/dev/null
|
||||
apt-get -qqy install \
|
||||
sudo \
|
||||
|
Loading…
Reference in New Issue
Block a user