Actualiser install_deps.sh

This commit is contained in:
the_booth 2024-08-28 22:25:57 +02:00
parent 6bfe0817c9
commit 4fb74ba9d4

View File

@ -1,5 +1,8 @@
#!/bin/bash #!/bin/bash
apt-get update
apt-get install sudo curl
# Installation de Docker # Installation de Docker
curl -fsSL https://get.docker.com -o get-docker.sh curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh sudo sh get-docker.sh