From c2037f3440606200283b704871f77ec2c36ea0da Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 4 Feb 2020 17:45:16 +0100 Subject: [PATCH] fix quick xp --- QUICK_XP.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/QUICK_XP.txt b/QUICK_XP.txt index d1c88dd..16bcfda 100644 --- a/QUICK_XP.txt +++ b/QUICK_XP.txt @@ -1,4 +1,4 @@ -curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add - +curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - add-apt-repository \ "deb [arch=amd64] https://download.docker.com/linux/debian \ $(lsb_release -cs) \ @@ -14,4 +14,4 @@ chmod +x run-3 docker login registry.gitlab.inria.fr docker pull registry.gitlab.inria.fr/qdufour/donar - +make ...