From 0a6e5819b2a8df9a71163feee70fc97a405fda14 Mon Sep 17 00:00:00 2001 From: alekswilc Date: Fri, 21 Mar 2025 01:06:43 +0100 Subject: [PATCH] change names --- setup.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.sh b/setup.sh index 9f05301..117f100 100644 --- a/setup.sh +++ b/setup.sh @@ -72,12 +72,12 @@ install_public_and_private_ip_route() { cmd=(dialog --output-fd 1 --separate-output --checklist '[ALEKSWILC.dev] Choose the tools to install:' 0 0 0) load-dialog () { options=( - 1 'Essentials' on - 2 'Nodejs' off - 3 'Wireguard' off + 1 'Essentials (build tools, dig, curl)' on + 2 'Nodejs (via nvm)' off + 3 'Wireguard VPN server' off 4 'GO' off 5 'Docker' off - 6 'Private network IP route' off + 6 'Route for private & public network (systemd)' off ) choices=$("${cmd[@]}" "${options[@]}") }