Files
komodo/install_periphery_dependencies.sh
2022-11-24 13:30:08 -08:00

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