From 50085f793f5ea09ca00c7ee4dc62633bb8c82182 Mon Sep 17 00:00:00 2001
From: obarun <eric@obarun.org>
Date: Mon, 12 Aug 2019 18:07:20 +1100
Subject: [PATCH] update deploy.sh script

---
 .deploy.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.deploy.sh b/.deploy.sh
index 3157631..5d59c61 100755
--- a/.deploy.sh
+++ b/.deploy.sh
@@ -47,7 +47,7 @@ die() {
 	exit 111
 }
 
-extra_pkg=( "openssh" )
+extra_pkg=( "openssh" "git" )
 
 out_trace "Install extra packages"
 pacman -Sy ${extra_pkg[@]} --noconfirm || die "Unable to install extra packages"
-- 
GitLab