diff --git a/Makefile b/Makefile index 471a9ae..11f0a18 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 stretch --arch ${ARCH} + tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist buster --arch ${ARCH} .PHONY: distclean clean distclean: clean