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
6
6
sudo apt remove unattended-upgrades
7
7
systemctl disable apt-daily-upgrade.service
8
8
9
- sudo apt update
9
+ sudo add-apt-repository ppa:git-core/ppa -y
10
+ sudo apt update && sudo apt-get install -y git
10
11
sudo curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh && \
11
12
sudo usermod -aG docker ubuntu
12
13
sudo 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
232
232
sudo apt remove unattended-upgrades
233
233
systemctl disable apt-daily-upgrade.service
234
234
235
- sudo apt update
235
+ sudo add-apt-repository ppa:git-core/ppa -y
236
+ sudo apt update && sudo apt-get install -y git
236
237
sudo curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh
237
238
sudo usermod -aG docker ubuntu
238
239
sudo setfacl --modify user:ubuntu:rw /var/run/docker.sock
You can’t perform that action at this time.
0 commit comments