Bindlog/install_deps.sh

7 lines
112 B
Bash
Raw Normal View History

2024-08-26 23:05:03 +02:00
#!/bin/bash
2024-08-28 22:07:46 +02:00
# Installation de Docker
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
2024-08-26 23:05:03 +02:00