Added exta dependencies

This commit is contained in:
Fillerino 2017-09-05 21:37:53 +02:00
parent 33e649d1de
commit 26c4c4d10e
2 changed files with 1 additions and 1 deletions

View file

@ -1,7 +1,7 @@
- name: Lighthouse - Download lbrycrd
hosts: lighthouse
tasks:
- raw: apt-get update && apt-get install -y wget unzip screen
- raw: apt-get update && apt-get install -y wget unzip screen git curl
- raw: cd ~ && wget https://github.com/lbryio/lbrycrd/releases/download/v0.12.0.5/lbrycrd-linux.zip && unzip lbrycrd-linux.zip -d lbrycrd
- raw: cd ~/lbrycrd && screen -S lbrycrd -d -m ./lbrycrdd -server -txindex -reindex -rpcuser=lbry -rpcpassword=lbry && sleep 2

0
gendb.sh Normal file → Executable file
View file