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:
Josh Boudreau 2022-06-06 11:51:02 -03:00 committed by GitHub
commit 52bdef694b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": []
} }
} }