From 5370863c72d50d51a476932e8ffc9b05aeea123e Mon Sep 17 00:00:00 2001 From: Ingrid010109!? Date: Wed, 15 Jan 2025 13:29:47 +0100 Subject: [PATCH] Update management/apt upgrade --- stores/66c3fe38-a4af-3a9b-ba6e-217d999b530f/store.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stores/66c3fe38-a4af-3a9b-ba6e-217d999b530f/store.json b/stores/66c3fe38-a4af-3a9b-ba6e-217d999b530f/store.json index a47f98c..bca0d83 100644 --- a/stores/66c3fe38-a4af-3a9b-ba6e-217d999b530f/store.json +++ b/stores/66c3fe38-a4af-3a9b-ba6e-217d999b530f/store.json @@ -6,7 +6,7 @@ "scripts" : [ ], "description" : null, "minimumDialect" : "sh", - "commands" : "sudo apt update && sudo apt upgrade && sudo apt dist-upgrade", + "commands" : "sudo apt update && sudo apt upgrade", "initScript" : false, "shellScript" : true, "fileScript" : false,