Actualiser install_deps.sh
This commit is contained in:
parent
6bfe0817c9
commit
4fb74ba9d4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user