Update npm_setup.sh
This commit is contained in:
parent
8f509d31b1
commit
ae2b1ca424
1 changed files with 17 additions and 16 deletions
|
@ -31,10 +31,11 @@ echo -e "${CHECKMARK} \e[1;92m Updating Container OS... \e[0m"
|
|||
apt 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
|
||||
apt-get update &>/dev/null
|
||||
apt-get -qqy install \
|
||||
echo -e "${CHECKMARK} \e[1;92m Installing Dependencies... \e[0m"
|
||||
echo "fs.file-max = 65535" > /etc/sysctl.conf
|
||||
apt-get update &>/dev/null
|
||||
sleep 3
|
||||
apt-get -qqy install \
|
||||
sudo \
|
||||
curl \
|
||||
wget \
|
||||
|
|
Loading…
Reference in a new issue