Skip to content

Commit 1c56a4d

Browse files
committed
replace nice stuff
1 parent c2d212b commit 1c56a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stable/build/commands/dev/setup/install_dfx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ DFX_VERSION=$1
1212

1313
# Install or update dfx using the official installation script
1414
echo "Installing dfx version $DFX_VERSION..."
15-
DFXVM_INIT_YES=true DFX_VERSION=$DFX_VERSION sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)"
15+
DFXVM_INIT_YES=true DFX_VERSION=$DFX_VERSION sh -ci "$(curl --proto '=https' --proto-redir '=https' --tlsv1.2 --retry 3 -fsSL https://sdk.dfinity.org/install.sh)"
1616

1717
# Determine the correct dfx path based on the operating system
1818
if [[ "$OSTYPE" == "darwin"* ]]; then

0 commit comments

Comments
 (0)