Use https in update.sh

This commit is contained in:
J0WI 2019-08-06 02:02:47 +02:00
parent 51f9523ad0
commit 0f338484d3
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ for version in "${versions[@]}"; do
debianSuite="${debianVariant%%-*}" # "stretch", etc
fullVersion="$(
curl -fsSL "http://repo.mysql.com/apt/debian/dists/$debianSuite/mysql-$version/binary-amd64/Packages.gz" \
curl -fsSL "https://repo.mysql.com/apt/debian/dists/$debianSuite/mysql-$version/binary-amd64/Packages.gz" \
| gunzip \
| awk -F ': ' '
$1 == "Package" {