From f03c683d029bf6ce01d6c86959977359ceacaf32 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Mon, 20 Oct 2025 13:28:56 +0000 Subject: [PATCH] fix(install): correct installation order for updates - Stop service first - Remove /opt/nupst - Create fresh directory - Download binary - Ensures clean installation without leaving empty directories --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index bf6c4a6..1cd949d 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@serve.zone/nupst", - "version": "5.0.3", + "version": "5.0.4", "exports": "./mod.ts", "tasks": { "dev": "deno run --allow-all mod.ts",