Update management/apt upgrade univention
This commit is contained in:
parent
c5ac257750
commit
19e8144937
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"uuid" : "07619296-b559-4728-98a5-6f69521b2c4d",
|
||||||
|
"name" : "Apt upgrade univention",
|
||||||
|
"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 && univention-upgrade",
|
||||||
|
"initScript" : false,
|
||||||
|
"shellScript" : true,
|
||||||
|
"fileScript" : false,
|
||||||
|
"runnableScript" : true
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue