filter out broken package

This commit is contained in:
ferrreo 2023-09-05 19:48:13 +01:00
parent 6d96c771b3
commit a59d90bf88
2 changed files with 1 additions and 0 deletions

BIN
ppp

Binary file not shown.

View File

@ -161,6 +161,7 @@ func repoAdd(path string, args string) {
filePaths = filePaths + " " + path + file
} else if strings.TrimSpace(filePaths) != "" {
count = 500
fmt.Printf("Adding %s \n", filePaths)
cmd := exec.Command("/bin/bash", "-c", "reprepro "+args+" "+filePaths)
out, err := cmd.CombinedOutput()
if err != nil {