From ce3e39453c04bec80df2e7b7910a9caecfc3bf3d Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Sat, 3 Oct 2020 09:05:49 +0200 Subject: [PATCH] Update deploy install script to use api64.ipify.org which supports IPv4 (#887) Co-authored-by: Nikhil Nandagopal --- deploy/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/install.sh b/deploy/install.sh index f48f8586cb..af5b098905 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -334,7 +334,7 @@ desired_os=0 os="" echo -e "\U1F575 Detecting your OS" check_os -APPSMITH_INSTALLATION_ID=$(curl -s 'https://api.ipify.org') +APPSMITH_INSTALLATION_ID=$(curl -s 'https://api64.ipify.org') # Run bye if failure happens trap bye EXIT