forked from github-starred/komodo
5 lines
149 B
Bash
5 lines
149 B
Bash
apt-get update
|
|
apt-get install ca-certificates curl gnupg lsb-release -y
|
|
curl -fsSL https://get.docker.com | sh
|
|
apt-get update
|
|
apt-get install git -y |