mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-30 00:55:30 +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",
|
||||
"python3",
|
||||
"rsync",
|
||||
"zip"
|
||||
"zip",
|
||||
"file",
|
||||
"coreutils"
|
||||
],
|
||||
"el": [
|
||||
"cockpit",
|
||||
"python3",
|
||||
"rsync",
|
||||
"zip"
|
||||
"zip",
|
||||
"file",
|
||||
"coreutils"
|
||||
]
|
||||
},
|
||||
"releases": [
|
||||
@ -61,4 +65,4 @@
|
||||
"packager": "Josh Boudreau <jboudreau@45drives.com>",
|
||||
"changes": []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user