make ppp sign and add to repo as well

This commit is contained in:
ferrreo 2023-09-05 09:36:19 +01:00
parent 588ccf43e6
commit 58357ad68a
2 changed files with 1 additions and 1 deletions

BIN
ppp

Binary file not shown.

View File

@ -140,7 +140,7 @@ func repoAdd(path string, args string) {
if strings.HasSuffix(file, ".deb") { if strings.HasSuffix(file, ".deb") {
fmt.Printf("adding to repo %s \n", file) fmt.Printf("adding to repo %s \n", file)
cmd := exec.Command("reprepro", args, file) cmd := exec.Command("reprepro", args, path+file)
err := cmd.Run() err := cmd.Run()
if err != nil { if err != nil {
panic(err) panic(err)