From 45467119285f2b139a91e21658b81055cb168600 Mon Sep 17 00:00:00 2001 From: basshound Date: Mon, 29 Apr 2024 17:04:08 +0000 Subject: [PATCH] Update autoBuildDeploy --- autoBuildDeploy | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/autoBuildDeploy b/autoBuildDeploy index cc1f786..abe5bac 100644 --- a/autoBuildDeploy +++ b/autoBuildDeploy @@ -1 +1,5 @@ -#!/bin/bash \ No newline at end of file +#!/bin/bash + +sudo ./installReqs +./setup +./runServer \ No newline at end of file