From 81b2991fea85ee4759238f575827e279f39b81ca Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 1 Feb 2022 10:05:00 -0500 Subject: [PATCH] Update npm_setup.sh --- setup/npm_setup.sh | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/setup/npm_setup.sh b/setup/npm_setup.sh index 1a283c79..42208e7a 100644 --- a/setup/npm_setup.sh +++ b/setup/npm_setup.sh @@ -34,7 +34,19 @@ 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 --no-install-recommends sudo curl wget gnupg openssl ca-certificates apache2-utils logrotate build-essential python3-dev git lsb-release &>/dev/null + apt-get -y install \ + sudo \ + curl \ + wget \ + gnupg \ + openssl \ + ca-certificates \ + apache2-utils \ + logrotate \ + build-essential \ + python3-dev \ + git \ + lsb-release &>/dev/null echo -e "${CHECKMARK} \e[1;92m Installing Python... \e[0m" apt-get install -y -q --no-install-recommends python3 python3-pip python3-venv &>/dev/null