Browse Source

Added flag for allowing downgrades while using apt

pull/774/head
Nitin Kumar 4 years ago
committed by GitHub
parent
commit
2be9fe4dae
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      tools/install-mssql.sh

2
tools/install-mssql.sh

@ -12,7 +12,7 @@ set -eo pipefail
# install build dependencies # install build dependencies
apt-get update 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 \ curl=7.52.1-5+deb9u10 \
gnupg=2.1.18-8~deb9u4 \ gnupg=2.1.18-8~deb9u4 \
apt-transport-https=1.4.9 apt-transport-https=1.4.9

Loading…
Cancel
Save