diff --git a/testing/install_minikube.sh b/testing/install_minikube.sh index c914be401cc..6b6bd20301c 100644 --- a/testing/install_minikube.sh +++ b/testing/install_minikube.sh @@ -12,10 +12,10 @@ sudo apt-get install -y \ curl \ software-properties-common -curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - +curl -fsSL https://download.docker.com/linux/$(. /etc/os-release; echo "$ID")/gpg | sudo apt-key add - sudo add-apt-repository \ - "deb [arch=amd64] https://download.docker.com/linux/ubuntu \ + "deb [arch=amd64] https://download.docker.com/linux/$(. /etc/os-release; echo "$ID") \ $(lsb_release -cs) \ stable"