change names

This commit is contained in:
Aleksander Wilczyński 2025-03-21 01:06:43 +01:00
parent 63a935e718
commit 0a6e5819b2
Signed by: alekswilc
GPG Key ID: D4464A248E5F27FE

View File

@ -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) cmd=(dialog --output-fd 1 --separate-output --checklist '[ALEKSWILC.dev] Choose the tools to install:' 0 0 0)
load-dialog () { load-dialog () {
options=( options=(
1 'Essentials' on 1 'Essentials (build tools, dig, curl)' on
2 'Nodejs' off 2 'Nodejs (via nvm)' off
3 'Wireguard' off 3 'Wireguard VPN server' off
4 'GO' off 4 'GO' off
5 'Docker' off 5 'Docker' off
6 'Private network IP route' off 6 'Route for private & public network (systemd)' off
) )
choices=$("${cmd[@]}" "${options[@]}") choices=$("${cmd[@]}" "${options[@]}")
} }