diff --git a/manifest.json b/manifest.json index 1dbd5cc..5143b20 100644 --- a/manifest.json +++ b/manifest.json @@ -26,13 +26,18 @@ "cockpit", "python3", "rsync", - "zip" + "zip", + "file", + "coreutils" ], "el": [ "cockpit", "python3", "rsync", - "zip" + "zip", + "file", + "/bin/mkdir", + "/bin/rmdir" ] }, "releases": [ @@ -61,4 +66,4 @@ "packager": "Josh Boudreau ", "changes": [] } -} \ No newline at end of file +}