From 3ca180dace8332ffc7284da3c7c7ae9ee36b19fa Mon Sep 17 00:00:00 2001 From: trrgrnd Date: Mon, 23 Dec 2024 22:28:25 +0000 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 89f082d..6bf1339 100644 --- a/install.sh +++ b/install.sh @@ -26,10 +26,10 @@ function is_x64 { function choose_packages { if is_x64 ; then print_ylw "[ install with docker ]" - packages="curl openssh-server iptables git nmap tcpdump net-tools wireguard tmux mc docker docker-compose" + packages="curl openssh-server iptables git nmap tcpdump net-tools wireguard resolvconf tmux mc docker docker-compose" else print_ylw "[ install without docker ]" - packages="curl openssh-server iptables git nmap tcpdump net-tools wireguard tmux" + packages="curl openssh-server iptables git nmap tcpdump net-tools wireguard resolvconf tmux" fi }