mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-30 09:05:23 +02:00
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
This commit is contained in:
parent
a285fde2e0
commit
994c137846
@ -26,13 +26,17 @@
|
|||||||
"cockpit",
|
"cockpit",
|
||||||
"python3",
|
"python3",
|
||||||
"rsync",
|
"rsync",
|
||||||
"zip"
|
"zip",
|
||||||
|
"file",
|
||||||
|
"coreutils"
|
||||||
],
|
],
|
||||||
"el": [
|
"el": [
|
||||||
"cockpit",
|
"cockpit",
|
||||||
"python3",
|
"python3",
|
||||||
"rsync",
|
"rsync",
|
||||||
"zip"
|
"zip",
|
||||||
|
"file",
|
||||||
|
"coreutils"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"releases": [
|
"releases": [
|
||||||
@ -61,4 +65,4 @@
|
|||||||
"packager": "Josh Boudreau <jboudreau@45drives.com>",
|
"packager": "Josh Boudreau <jboudreau@45drives.com>",
|
||||||
"changes": []
|
"changes": []
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user