Browse Source

Fix distribution name

pull/748/head
xpetit 3 years ago
parent
commit
152d666655
  1. 4
      sh/debian/ubuntu/configure.sh

4
sh/debian/ubuntu/configure.sh diff.vendored

@ -224,8 +224,8 @@ sudo -iu student go get github.com/01-edu/z01
# Install Docker
apt-get -y install apt-transport-https ca-certificates curl gnupg2 software-properties-common
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) stable"
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
apt-get update
apt-get -y install docker-ce docker-ce-cli containerd.io

Loading…
Cancel
Save