- ajout du service time sync dans la liste des outil a installer
This commit is contained in:
parent
10703493ab
commit
5c7eefe7db
|
|
@ -18,6 +18,7 @@ CONFIG_DEB_INSTALL_CRON_UPDATE="CONFIG_DEB_INSTALL_CRON_UPDATE"
|
|||
CONFIG_DEB_INSTALL_JSON='[
|
||||
{"id": "git_pkg", "label": "Installer Git", "type": "pkg", "params": "git"},
|
||||
{"id": "jq_pkg", "label": "Installer JQ", "type": "pkg", "params": "jq"},
|
||||
{"id": "systemd-timesyncd_pkg", "label": "Installer Time Sync", "type": "pkg", "params": "systemd-timesyncd"},
|
||||
{"id": "ncdu_pkg", "label": "Installer NCDU", "type": "pkg", "params": "ncdu"},
|
||||
{"id": "htop_pkg", "label": "Installer HTOP", "type": "pkg", "params": "htop"},
|
||||
{"id": "msmtp_pkg", "label": "Installer MSMTP", "type": "pkg", "params": "msmtp"},
|
||||
|
|
|
|||
Loading…
Reference in New Issue