Skip to content

Commit 68f5102

Browse files
authored
Merge pull request #580 from J0WI/https-update
Use https in update.sh
2 parents 51f9523 + 0f33848 commit 68f5102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ for version in "${versions[@]}"; do
1919
debianSuite="${debianVariant%%-*}" # "stretch", etc
2020

2121
fullVersion="$(
22-
curl -fsSL "http://repo.mysql.com/apt/debian/dists/$debianSuite/mysql-$version/binary-amd64/Packages.gz" \
22+
curl -fsSL "https://repo.mysql.com/apt/debian/dists/$debianSuite/mysql-$version/binary-amd64/Packages.gz" \
2323
| gunzip \
2424
| awk -F ': ' '
2525
$1 == "Package" {

0 commit comments

Comments
 (0)