Update deploy install script to use api64.ipify.org which supports IPv4 (#887)
Co-authored-by: Nikhil Nandagopal <nikhil.nandagopal@gmail.com>
This commit is contained in:
parent
a49ff07c7c
commit
ce3e39453c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user