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