We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f9523 commit 0f33848Copy full SHA for 0f33848
update.sh
@@ -19,7 +19,7 @@ for version in "${versions[@]}"; do
19
debianSuite="${debianVariant%%-*}" # "stretch", etc
20
21
fullVersion="$(
22
- 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" \
23
| gunzip \
24
| awk -F ': ' '
25
$1 == "Package" {
0 commit comments