- ajout de curl a l installer
This commit is contained in:
parent
d784e7af25
commit
51f6fa3098
|
|
@ -23,8 +23,9 @@ CONFIG_DEB_INSTALL_DEFAULT_CA_CRON="STEP-CA-RENEWAL"
|
|||
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": "git_pkg", "label": "Installer Git", "type": "pkg", "params": "git"},
|
||||
{"id": "curl_pkg", "label": "Installer Curl", "type": "pkg", "params": "curl"},
|
||||
{"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"},
|
||||
|
|
|
|||
Loading…
Reference in New Issue