Update management/apt upgrade

This commit is contained in:
Ingrid010109!? 2025-01-15 13:29:47 +01:00
parent ddf58999d7
commit 5370863c72
1 changed files with 1 additions and 1 deletions

View File

@ -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,