From a243d8ef260f97fb14f0344f8c7245ababe52cd9 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Thu, 30 Mar 2023 05:17:16 -0400
Subject: [PATCH] Update homepage-install.sh

add back git for update
---
 install/homepage-install.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/install/homepage-install.sh b/install/homepage-install.sh
index 157352c0..3800244f 100644
--- a/install/homepage-install.sh
+++ b/install/homepage-install.sh
@@ -17,6 +17,7 @@ msg_info "Installing Dependencies"
 $STD apt-get install -y curl
 $STD apt-get install -y sudo
 $STD apt-get install -y mc
+$STD apt-get install -y git
 msg_ok "Installed Dependencies"
 
 msg_info "Setting up Node.js Repository"