Skip to content

Commit

Permalink
Re-adds git install to provision script
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Feb 10, 2024
1 parent 0ad4956 commit 5419bf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ case "$(uname -s)" in

# Install required commands if not present.
command -v curl &> /dev/null || apt-get install -qq curl
command -v git &> /dev/null || apt-get install -qq git
command -v pip &> /dev/null || apt-get install -qq pip
command -v wget &> /dev/null || apt-get install -qq wget
command -v ansible &> /dev/null || pip install ansible
Expand Down

0 comments on commit 5419bf1

Please sign in to comment.