Skip to content

Commit

Permalink
Installs git
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Jan 28, 2024
1 parent 3dd73c1 commit f19182e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f19182e

Please sign in to comment.