installer: Repositoris now support multiple uris

This commit is contained in:
Daniele Rondina
2019-12-30 22:51:51 +01:00
committed by Ettore Di Giacinto
parent 0d02eccc6c
commit 3b266fd600
8 changed files with 148 additions and 75 deletions

View File

@@ -16,5 +16,5 @@
package client
type RepoData struct {
Uri string
}
Urls []string
}