Use https in update.sh
This commit is contained in:
parent
51f9523ad0
commit
0f338484d3
|
|
@ -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" {
|
||||
|
|
|
|||
Loading…
Reference in New Issue