We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51f9523 + 0f33848 commit 68f5102Copy full SHA for 68f5102
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