From f19182e6d608763e3decb4743ef36c665a9bd3e3 Mon Sep 17 00:00:00 2001 From: kenorb Date: Sun, 28 Jan 2024 00:22:09 +0000 Subject: [PATCH] Installs git --- scripts/provision.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/provision.sh b/scripts/provision.sh index 2e3d3227..3cf77246 100755 --- a/scripts/provision.sh +++ b/scripts/provision.sh @@ -103,9 +103,10 @@ case "$(uname -s)" in apt-get -qq update ) - # Install curl and wget if not present. + # Install required commands if not present. command -v ansible &> /dev/null || apt-get install -qq ansible command -v curl &> /dev/null || apt-get install -qq curl + command -v git &> /dev/null || apt-get install -qq git command -v wget &> /dev/null || apt-get install -qq wget # Install MT runner.