File tree Expand file tree Collapse file tree 3 files changed +4
-52
lines changed Expand file tree Collapse file tree 3 files changed +4
-52
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ echo "APT::Get::Assume-Yes \"true\";" | sudo tee -a /etc/apt/apt.conf.d/90assume
66sudo apt remove unattended-upgrades
77systemctl 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
1011sudo curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh && \
1112sudo usermod -aG docker ubuntu
1213sudo setfacl --modify user:ubuntu:rw /var/run/docker.sock
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -232,7 +232,8 @@ echo "APT::Get::Assume-Yes \"true\";" | sudo tee -a /etc/apt/apt.conf.d/90assume
232232sudo apt remove unattended-upgrades
233233systemctl 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
236237sudo curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh
237238sudo usermod -aG docker ubuntu
238239sudo setfacl --modify user:ubuntu:rw /var/run/docker.sock
You can’t perform that action at this time.
0 commit comments