mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-29 08:34:50 +02:00
Merge pull request #44 from fmsy/patch-1
fix file editing: add "file" and "coreutils" deps Will be repackaging soon with this update
This commit is contained in:
commit
52bdef694b
@ -26,13 +26,18 @@
|
|||||||
"cockpit",
|
"cockpit",
|
||||||
"python3",
|
"python3",
|
||||||
"rsync",
|
"rsync",
|
||||||
"zip"
|
"zip",
|
||||||
|
"file",
|
||||||
|
"coreutils"
|
||||||
],
|
],
|
||||||
"el": [
|
"el": [
|
||||||
"cockpit",
|
"cockpit",
|
||||||
"python3",
|
"python3",
|
||||||
"rsync",
|
"rsync",
|
||||||
"zip"
|
"zip",
|
||||||
|
"file",
|
||||||
|
"/bin/mkdir",
|
||||||
|
"/bin/rmdir"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"releases": [
|
"releases": [
|
||||||
@ -61,4 +66,4 @@
|
|||||||
"packager": "Josh Boudreau <jboudreau@45drives.com>",
|
"packager": "Josh Boudreau <jboudreau@45drives.com>",
|
||||||
"changes": []
|
"changes": []
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user