Skip to content

Commit 430db59

Browse files
committed
Also use SSL for downloads from the install script.
1 parent 2d329d7 commit 430db59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/install-s3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## know what shell the user has. Debian uses 'dash' for 'sh', for
55
## example.
66

7-
URLBASE="http://d3sqy0vbqsdhku.cloudfront.net"
7+
URLBASE="https://d3sqy0vbqsdhku.cloudfront.net"
88
VERSION="0.3.7"
99
PKGVERSION="${VERSION}-1"
1010

0 commit comments

Comments
 (0)