diff --git a/config/config_install.sh b/config/config_install.sh index 99a2f86..aa849e1 100644 --- a/config/config_install.sh +++ b/config/config_install.sh @@ -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"},