Skip to content

Commit 9058b95

Browse files
authored
Git version update (#35)
1 parent 4b8d602 commit 9058b95

File tree

3 files changed

+4
-52
lines changed

3 files changed

+4
-52
lines changed

cml/setup.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ echo "APT::Get::Assume-Yes \"true\";" | sudo tee -a /etc/apt/apt.conf.d/90assume
66
sudo apt remove unattended-upgrades
77
systemctl disable apt-daily-upgrade.service
88

9-
sudo apt update
9+
sudo add-apt-repository ppa:git-core/ppa -y
10+
sudo apt update && sudo apt-get install -y git
1011
sudo curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh && \
1112
sudo usermod -aG docker ubuntu
1213
sudo setfacl --modify user:ubuntu:rw /var/run/docker.sock

examples/main.tf

Lines changed: 0 additions & 50 deletions
This file was deleted.

iterative/resource_runner.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ echo "APT::Get::Assume-Yes \"true\";" | sudo tee -a /etc/apt/apt.conf.d/90assume
232232
sudo apt remove unattended-upgrades
233233
systemctl disable apt-daily-upgrade.service
234234
235-
sudo apt update
235+
sudo add-apt-repository ppa:git-core/ppa -y
236+
sudo apt update && sudo apt-get install -y git
236237
sudo curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh
237238
sudo usermod -aG docker ubuntu
238239
sudo setfacl --modify user:ubuntu:rw /var/run/docker.sock

0 commit comments

Comments
 (0)