1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00
ZoKrates/scripts/install_solcjs_deb.sh
2019-02-28 13:28:17 +01:00

7 lines
No EOL
177 B
Bash
Executable file

#!/bin/bash
apt-get update -y
apt-get install -y curl gnupg sudo build-essential
curl -sL https://deb.nodesource.com/setup_11.x | bash -
apt-get install -y nodejs
npm i -g solc