From e4bd14c1159888bbe3d420530a55731444df8b3d Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 2 Jun 2026 23:46:52 +0300 Subject: [PATCH] Feat(init-system): Add `ncurses-term` --- playbooks/roles/init-system/tasks/apt.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/init-system/tasks/apt.yaml b/playbooks/roles/init-system/tasks/apt.yaml index ac0c3b0..1bea753 100644 --- a/playbooks/roles/init-system/tasks/apt.yaml +++ b/playbooks/roles/init-system/tasks/apt.yaml @@ -16,7 +16,7 @@ name: ['apt', 'aptitude', 'bash', 'bash-completion', 'bzip2', 'curl', 'dnsutils', 'dselect', 'ifupdown-extra', - 'gnupg', 'gnupg2', 'logcheck', 'mc', 'mutt', + 'gnupg', 'gnupg2', 'logcheck', 'mc', 'mutt', 'ncurses-term', 'procmail', 'rsync', 'unzip', 'vim', 'wget', 'whois', 'zip', ] state: latest -- 2.47.3