diff --git a/Makefile b/Makefile index 5f44c7b..2d938ca 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ $(DSC): $(BUILDSRC) .PHONY: upload upload: $(DEBS) - tar cf - $(DEBS) | ssh repoman@repo.proxmox.com upload --product pve --dist buster + tar cf - $(DEBS) | ssh repoman@repo.proxmox.com upload --product pve --dist bullseye distclean: clean