Update management/apt upgrade root
This commit is contained in:
parent
8eb705b93f
commit
c5ac257750
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"uuid" : "31ffaca4-0c2b-4959-bda5-b5fddaa9e7c7",
|
||||
"name" : "Apt upgrade root",
|
||||
"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" : "apt update && apt upgrade && apt dist-upgrade",
|
||||
"initScript" : false,
|
||||
"shellScript" : true,
|
||||
"fileScript" : false,
|
||||
"runnableScript" : true
|
||||
}
|
||||
Loading…
Reference in New Issue