Skip to content

Commit 66bd7ba

Browse files
author
Greg Steuck
committed
Use https instead of http.
1 parent 3178793 commit 66bd7ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

env/openbsd-amd64/make.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ readonly ISO="install${RELNO}-${ARCH}.iso"
2323
readonly ISO_PATCHED="install${RELNO}-${ARCH}-patched.iso"
2424

2525
if [[ ! -f "${ISO}" ]]; then
26-
curl -o "${ISO}" "http://${MIRROR}/pub/OpenBSD/${VERSION}/${ARCH}/install${RELNO}.iso"
26+
curl -o "${ISO}" "https://${MIRROR}/pub/OpenBSD/${VERSION}/${ARCH}/install${RELNO}.iso"
2727
fi
2828

2929
function cleanup() {

0 commit comments

Comments
 (0)