Update install.sh
parent
806ed43fca
commit
3ca180dace
|
@ -26,10 +26,10 @@ function is_x64 {
|
||||||
function choose_packages {
|
function choose_packages {
|
||||||
if is_x64 ; then
|
if is_x64 ; then
|
||||||
print_ylw "[ install with docker ]"
|
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
|
else
|
||||||
print_ylw "[ install without docker ]"
|
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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue