1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00
ZoKrates/scripts/install_solcjs_deb.sh
2022-07-04 19:50:12 +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_16.x | bash -
apt-get install -y nodejs
npm i -g solc