Update management/apt upgrade

This commit is contained in:
Ingrid010109!? 2025-01-02 00:17:08 +01:00
parent 6b46de7a4f
commit 041ba2cd11
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{
"uuid" : "66c3fe38-a4af-3a9b-ba6e-217d999b530f",
"name" : "Apt upgrade",
"categoryUuid" : "d3496db5-b709-41f9-abc0-ee0a660fbab9",
"color" : null,
"icon" : null,
"configuration" : {
"deletable" : true
}
}

View File

@ -0,0 +1,14 @@
{
"type" : "script",
"group" : {
"storeId" : "8d3e6dec-d0be-32f1-bc25-446b7750028d"
},
"scripts" : [ ],
"description" : null,
"minimumDialect" : "sh",
"commands" : "sudo apt update && sudo apt upgrade && sudo apt dist-upgrade",
"initScript" : false,
"shellScript" : true,
"fileScript" : false,
"runnableScript" : true
}