diff --git a/deployment/bare_metal/install.sh b/deployment/bare_metal/install.sh index 924d7c691..c4616d7c7 100755 --- a/deployment/bare_metal/install.sh +++ b/deployment/bare_metal/install.sh @@ -64,6 +64,8 @@ sudo apt-get install -y yarn # Install pm2 sudo yarn global add pm2 +pm2 startup +> execute command output in shell # Install certbot sudo apt-get install -y certbot