Added exta dependencies
This commit is contained in:
parent
33e649d1de
commit
26c4c4d10e
2 changed files with 1 additions and 1 deletions
|
@ -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
0
gendb.sh
Normal file → Executable file
Loading…
Reference in a new issue