Skip to content

Commit

Permalink
feat(cmd/scripts/debian): Update Debian version in the ISO path
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed May 3, 2023
1 parent c011412 commit ae8117f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/scripts/download/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ func init() {
Cmd.MarkFlagsMutuallyExclusive("wget", "curl")
buildCmd(
Cmd,
"https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-11.5.0-amd64-netinst.iso",
"debian-11.5.0-amd64-netinst.iso",
"https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-11.7.0-amd64-netinst.iso",
"debian-11.7.0-amd64-netinst.iso",
"debian-iso",
[]string{},
)
Expand Down

0 comments on commit ae8117f

Please sign in to comment.