Skip to content

Commit

Permalink
Update for OpenBSD 6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jrick committed Aug 10, 2019
1 parent 5854ae1 commit 6f5f011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func machine() string {
var (
mirror = flag.String("mirror", installurl(), "snapshot mirror")
arch = flag.String("arch", machine(), "CPU architecture")
rel = flag.Int("release", 65, "OpenBSD release")
rel = flag.Int("release", 66, "OpenBSD release")
dir = flag.String("d", "/home/_sysupgrade", "download directory")
pubkey = flag.String("p", "", "signify pubkey file")
)
Expand Down

0 comments on commit 6f5f011

Please sign in to comment.