diff --git a/install.sh b/install.sh index 5b46c863c..5e8c1d66a 100644 --- a/install.sh +++ b/install.sh @@ -5,3 +5,12 @@ pip uninstall mathgenerator -y # Installing package from the current directory pip install -e . + +# Updating the package list and installing jq and npm +apt update && apt install -y jq npm + +# Installing PM2 globally +npm install pm2 -g + +# Updating PM2 +pm2 update