From 2be9fe4daee11722c87c3efc71762961a3e6845d Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Thu, 14 May 2020 18:35:26 -0400 Subject: [PATCH] Added flag for allowing downgrades while using apt --- tools/install-mssql.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install-mssql.sh b/tools/install-mssql.sh index 3e527945..1a27eb2e 100755 --- a/tools/install-mssql.sh +++ b/tools/install-mssql.sh @@ -12,7 +12,7 @@ set -eo pipefail # install build dependencies apt-get update -apt-get install --no-install-recommends -y \ +apt-get install --no-install-recommends -y --allow-downgrades \ curl=7.52.1-5+deb9u10 \ gnupg=2.1.18-8~deb9u4 \ apt-transport-https=1.4.9