From cfa4a45c6a28fda0b2fa178dd53aa167bb5d61ec Mon Sep 17 00:00:00 2001 From: Patrick Barker Date: Wed, 10 Jul 2024 14:30:52 -0600 Subject: [PATCH] clean install --- remote_install_server.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/remote_install_server.sh b/remote_install_server.sh index a991f2b..01f027b 100644 --- a/remote_install_server.sh +++ b/remote_install_server.sh @@ -18,8 +18,8 @@ fi # Change directory to the cloned repository cd "$INSTALL_DIR" -whoami -bash install_deps.sh +# whoami +# bash install_deps.sh # Assuming your script uses other scripts or configurations from the repo # Execute a specific script from the cloned repository