We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 588c52c + c5d0abc commit fa03248Copy full SHA for fa03248
src/stable/build/commands/dev/setup/install_dfx.sh
@@ -12,7 +12,7 @@ DFX_VERSION=$1
12
13
# Install or update dfx using the official installation script
14
echo "Installing dfx version $DFX_VERSION..."
15
-DFXVM_INIT_YES=true DFX_VERSION=$DFX_VERSION sh -ci "$(curl --retry 3 -fsSL https://sdk.dfinity.org/install.sh)"
+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)"
16
17
# Determine the correct dfx path based on the operating system
18
if [[ "$OSTYPE" == "darwin"* ]]; then
0 commit comments