You've already forked armbian-router
mirror of
https://github.com/armbian/armbian-router.git
synced 2026-01-06 10:37:03 -08:00
oowow doesn't need to be in the url
This commit is contained in:
2
map.go
2
map.go
@@ -144,7 +144,7 @@ func loadMapJSON(f io.Reader) (map[string]string, error) {
|
||||
case strings.HasSuffix(file.Extension, "img.qcow2.xz"):
|
||||
sb.WriteString("-qcow2")
|
||||
case strings.HasSuffix(file.Extension, "oowow.img.xz"):
|
||||
sb.WriteString("-oowow")
|
||||
sb.WriteString("")
|
||||
}
|
||||
|
||||
if strings.HasSuffix(file.Extension, "img.xz") {
|
||||
|
||||
Reference in New Issue
Block a user