Skip to content

Commit 0f33848

Browse files
committed
Use https in update.sh
1 parent 51f9523 commit 0f33848

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)