Skip to content

Commit

Permalink
Merge pull request #580 from J0WI/https-update
Browse files Browse the repository at this point in the history
Use https in update.sh
  • Loading branch information
tianon authored Aug 7, 2019
2 parents 51f9523 + 0f33848 commit 68f5102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 68f5102

Please sign in to comment.