Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Commit c08f8a8

Browse files
author
Micah Young
committed
Install git
1 parent 369f0dc commit c08f8a8

File tree

1 file changed

+3
-0
lines changed
  • tasks/init-nodes

1 file changed

+3
-0
lines changed

tasks/init-nodes/task

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ true ${CF_PASSWORD:?"!"}
99
true ${CF_ORGANIZATION:?"!"}
1010
true ${CF_SPACE:?"!"}
1111

12+
apt update
13+
apt install -y git
14+
1215
curl -L "https://cli.run.pivotal.io/stable?release=debian64&version=6.26.0&source=github-rel" > cfcli.deb
1316
dpkg -i cfcli.deb
1417

0 commit comments

Comments
 (0)