diff --git a/stores/66c3fe38-a4af-3a9b-ba6e-217d999b530f/entry.json b/stores/66c3fe38-a4af-3a9b-ba6e-217d999b530f/entry.json new file mode 100644 index 0000000..a405160 --- /dev/null +++ b/stores/66c3fe38-a4af-3a9b-ba6e-217d999b530f/entry.json @@ -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 + } +} \ No newline at end of file diff --git a/stores/66c3fe38-a4af-3a9b-ba6e-217d999b530f/store.json b/stores/66c3fe38-a4af-3a9b-ba6e-217d999b530f/store.json new file mode 100644 index 0000000..a47f98c --- /dev/null +++ b/stores/66c3fe38-a4af-3a9b-ba6e-217d999b530f/store.json @@ -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 +} \ No newline at end of file