From 4fb74ba9d4618b01accde8e12ff6c63c564982b3 Mon Sep 17 00:00:00 2001 From: the_booth Date: Wed, 28 Aug 2024 22:25:57 +0200 Subject: [PATCH] Actualiser install_deps.sh --- install_deps.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install_deps.sh b/install_deps.sh index d4a7587..9a8f08f 100644 --- a/install_deps.sh +++ b/install_deps.sh @@ -1,5 +1,8 @@ #!/bin/bash +apt-get update +apt-get install sudo curl + # Installation de Docker curl -fsSL https://get.docker.com -o get-docker.sh sudo sh get-docker.sh