Update management/apt upgrade
This commit is contained in:
parent
6b46de7a4f
commit
041ba2cd11
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
@ -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
|
||||
}
|
||||
Loading…
Reference in New Issue