Browse Source

Update apt-transport-http

pull/903/head
Hironsan 4 years ago
parent
commit
8fc95bf895
1 changed files with 1 additions and 1 deletions
  1. 2
      tools/install-mssql.sh

2
tools/install-mssql.sh

@ -15,7 +15,7 @@ apt-get update
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
apt-transport-https
# install dependency to compile django-pyodbc-azure
if [[ "${mode}" = "dev" ]]; then

Loading…
Cancel
Save