diff --git a/Makefile b/Makefile index 11f0a18..4fdd0f2 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ dinstall: ${DEB} .PHONY: upload upload: ${DEB} - tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist buster --arch ${ARCH} + tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist bullseye --arch ${ARCH} .PHONY: distclean clean distclean: clean