From 5cb740ef01ef29433c20c973a2d2d84942ecfd86 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 10 Jul 2024 14:29:40 +0900 Subject: [PATCH] chore: update basic-install.sh minor fix Signed-off-by: Ikko Eltociear Ashimine --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index a134c0d2..ef891ec4 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -529,7 +529,7 @@ find_IPv4_information() { local route local IPv4bare - # Find IP used to route to outside world by checking the the route to Google's public DNS server + # Find IP used to route to outside world by checking the route to Google's public DNS server route=$(ip route get 8.8.8.8) # Get just the interface IPv4 address