File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ sudo installer -pkg node.pkg -store -target /
17
17
rm node.pkg
18
18
19
19
# Install DFINITY SDK.
20
- curl --location --output install-dfx.sh " https://raw.githubusercontent.com/dfinity/sdk/dfxvm-install-script/ install.sh"
21
- DFX_VERSION=${DFX_VERSION:= 0.19 .0} DFXVM_INIT_YES=true bash install-dfx.sh
20
+ curl --location --output install-dfx.sh " https://raw.githubusercontent.com/dfinity/sdk/master/public/ install-dfxvm .sh"
21
+ DFX_VERSION=${DFX_VERSION:= 0.20 .0} DFXVM_INIT_YES=true bash install-dfx.sh
22
22
rm install-dfx.sh
23
23
echo " $HOME /Library/Application Support/org.dfinity.dfx/bin" >> $GITHUB_PATH
24
24
source " $HOME /Library/Application Support/org.dfinity.dfx/env"
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ sudo apt-get install --yes nodejs
12
12
rm install-node.sh
13
13
14
14
# Install DFINITY SDK.
15
- wget --output-document install-dfx.sh " https://raw.githubusercontent.com/dfinity/sdk/dfxvm-install-script/ install.sh"
16
- DFX_VERSION=${DFX_VERSION:= 0.19 .0} DFXVM_INIT_YES=true bash install-dfx.sh
15
+ wget --output-document install-dfx.sh " https://raw.githubusercontent.com/dfinity/sdk/master/public/ install-dfxvm .sh"
16
+ DFX_VERSION=${DFX_VERSION:= 0.20 .0} DFXVM_INIT_YES=true bash install-dfx.sh
17
17
rm install-dfx.sh
18
18
echo " $HOME /.local/share/dfx/bin" >> $GITHUB_PATH
19
19
source " $HOME /.local/share/dfx/env"
You can’t perform that action at this time.
0 commit comments