- ajout du service time sync dans la liste des outil a installer

This commit is contained in:
Frogg 2026-05-13 11:21:38 +02:00
parent 10703493ab
commit 5c7eefe7db
1 changed files with 1 additions and 0 deletions

View File

@ -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"},