Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Pennykoin committed Aug 30, 2019
1 parent be531fb commit ac5bd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
sudo apt update && sudo apt-get -y upgrade && sudo apt-get -y install screen make cmake build-essential libboost-all-dev pkg-config libssl-dev libzmq3-dev libunbound-dev libsodium-dev libminiupnpc-dev libreadline6-dev libldns-dev git nano mc && git clone https://github.com/Pennykoin/cli && cd PKCli && make
sudo apt update && sudo apt-get -y upgrade && sudo apt-get -y install screen make cmake build-essential libboost-all-dev pkg-config libssl-dev libzmq3-dev libunbound-dev libsodium-dev libminiupnpc-dev libreadline6-dev libldns-dev git nano mc && git clone https://github.com/pennykoin-dev-team/pkcli && cd pkcli && make

0 comments on commit ac5bd2b

Please sign in to comment.