1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00
ZoKrates/scripts/install_solcjs_deb.sh
2019-10-25 13:29:05 +02:00

7 lines
No EOL
181 B
Bash
Executable file

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