mirror of
https://github.com/techahold/rustdeskinstall.git
synced 2025-05-12 15:11:11 +02:00
Update install.sh
This commit is contained in:
parent
f98ba407c1
commit
c887c62271
@ -127,7 +127,7 @@ fi
|
||||
|
||||
# Choice for DNS or IP
|
||||
if [[ -z "$resolveip" && -z "$resolvedns" ]]; then
|
||||
PS3='Choose your preferred option, IP or DNS/Domain:'
|
||||
PS3='Choose your preferred connection method: auto-resolve current WAN IP or enter your DNS/Domain:'
|
||||
WAN=("IP" "DNS/Domain")
|
||||
select WANOPT in "${WAN[@]}"; do
|
||||
case $WANOPT in
|
||||
|
Loading…
x
Reference in New Issue
Block a user