From 4327d87c9b52a19c05003318ba312caee0ed00b8 Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Tue, 31 Mar 2026 09:01:07 +1100 Subject: [PATCH] prevent cut and paste install from accidently installing a old version --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 006cba6..1c47d3e 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,9 @@ This gets you from zero to a working S3-backed ISO/template store in under 5 min On **each Proxmox node** in your cluster: ```bash +# remove previous downloads (so it doesn't increment the filename and you don't accidently install a old version) +rm proxs3_amd64.deb + # Download the latest release wget https://github.com/sol1/proxs3/releases/latest/download/proxs3_amd64.deb