pull/535/head
Rongjian Lan 6 years ago
parent 5ee4d7368d
commit 4585d5d636
  1. 6
      scripts/install_solc.sh

@ -1,5 +1,5 @@
#!/usr/bin/env bash
add-apt-repository ppa:ethereum/ethereum
apt-get update
apt-get -y install solc
sudo add-apt-repository ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get -y install solc

Loading…
Cancel
Save