From 994c137846184ea9d8189805bccbb894cb6f529b Mon Sep 17 00:00:00 2001 From: fmsy Date: Sat, 2 Apr 2022 22:59:11 +0200 Subject: [PATCH 1/2] fix file editing: add "file" and "coreutils" deps installing the cockpit-navigator package on a minimal system does not install "file" when trying to open a text file for editing an uncought promise is being caused by: https://github.com/45Drives/cockpit-navigator/blob/main/navigator/components/NavFile.js#L92 --- manifest.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 1dbd5cc..4e823cd 100644 --- a/manifest.json +++ b/manifest.json @@ -26,13 +26,17 @@ "cockpit", "python3", "rsync", - "zip" + "zip", + "file", + "coreutils" ], "el": [ "cockpit", "python3", "rsync", - "zip" + "zip", + "file", + "coreutils" ] }, "releases": [ @@ -61,4 +65,4 @@ "packager": "Josh Boudreau ", "changes": [] } -} \ No newline at end of file +} From 88ea2684a95a55bd0713111fe5748f312f4da8ea Mon Sep 17 00:00:00 2001 From: fmsy Date: Mon, 6 Jun 2022 14:04:10 +0200 Subject: [PATCH 2/2] use x2d improved dependency suggestions 45Drives/scripts@700d122dfcbe62bf4d98b3b42ad80c6e09b1f1ef#commitcomment-75423099 --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 4e823cd..5143b20 100644 --- a/manifest.json +++ b/manifest.json @@ -36,7 +36,8 @@ "rsync", "zip", "file", - "coreutils" + "/bin/mkdir", + "/bin/rmdir" ] }, "releases": [