From a35a600d53d9442164b8aab6b40f5b5c10c7b460 Mon Sep 17 00:00:00 2001 From: sfaber34 Date: Wed, 5 Jun 2024 07:56:24 -0600 Subject: [PATCH] removed pm2 checks for real --- packages/nextjs/public/runBuidlGuidlClient.sh | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/packages/nextjs/public/runBuidlGuidlClient.sh b/packages/nextjs/public/runBuidlGuidlClient.sh index 9cf4130..d936413 100755 --- a/packages/nextjs/public/runBuidlGuidlClient.sh +++ b/packages/nextjs/public/runBuidlGuidlClient.sh @@ -1,7 +1,6 @@ #!/bin/bash # TODO: Add Mac and Windows prereq installs (see checkWindowsPrereqs() in index.js) -# TODO: Make sure curl (not default on Linux) and wget (not default on mac) is installed (check windows availability too # TODO: OpenSSL... # TODO: Need a sudo apt install for npm after nodejs @@ -111,15 +110,15 @@ if [ "$os_name" = "Linux" ]; then # sudo apt-get install lz4 # fi - if npm list -g pm2 >/dev/null 2>&1; then - echo -e "\npm2 is installed." - else - echo -e "\Run this line to install pm2" - echo -e "sudo npm install pm2@latest -g" - exit - # echo -e "\nInstalling pm2." - # sudo npm install pm2@latest -g - fi + # if npm list -g pm2 >/dev/null 2>&1; then + # echo -e "\npm2 is installed." + # else + # echo -e "\Run this line to install pm2" + # echo -e "sudo npm install pm2@latest -g" + # exit + # # echo -e "\nInstalling pm2." + # # sudo npm install pm2@latest -g + # fi if command -v make >/dev/null 2>&1; then echo -e "\nGNU Make is installed. Version:"