File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ curl --location --output node.pkg "https://nodejs.org/dist/v$version/node-v$vers
1616sudo installer -pkg node.pkg -store -target /
1717rm node.pkg
1818
19+ # Install MOPS
20+ npm i -g ic-mops
21+
1922# Install DFINITY SDK.
2023curl --location --output install-dfx.sh " https://raw.githubusercontent.com/dfinity/sdk/master/public/install-dfxvm.sh"
2124DFX_VERSION=${DFX_VERSION:= 0.25.0} DFXVM_INIT_YES=true bash install-dfx.sh
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ sudo bash nodesource_setup.sh
1111sudo apt-get install --yes nodejs
1212rm nodesource_setup.sh
1313
14+ # Install MOPS
15+ npm i -g ic-mops
16+
1417# Install DFINITY SDK.
1518wget --output-document install-dfx.sh " https://raw.githubusercontent.com/dfinity/sdk/master/public/install-dfxvm.sh"
1619DFX_VERSION=${DFX_VERSION:= 0.25.0} DFXVM_INIT_YES=true bash install-dfx.sh
You can’t perform that action at this time.
0 commit comments