Merge branch 'master' of github.com:mynodebtc/mynode
This commit is contained in:
commit
117a751f01
|
@ -41,7 +41,7 @@ pip install tzupdate virtualenv --no-cache-dir
|
||||||
|
|
||||||
# Install any pip3 software
|
# Install any pip3 software
|
||||||
pip3 install python-bitcointx --no-cache-dir
|
pip3 install python-bitcointx --no-cache-dir
|
||||||
pip3 install lndmanage==0.8.0 --no-cache-dir # Install LND Manage (keep up to date with LND)
|
pip3 install lndmanage==0.8.0.1 --no-cache-dir # Install LND Manage (keep up to date with LND)
|
||||||
pip3 install docker-compose --no-cache-dir
|
pip3 install docker-compose --no-cache-dir
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -64,10 +64,9 @@ table,
|
||||||
background-color: #3a4750;
|
background-color: #3a4750;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main_page_error_block {
|
.main_page_error_block a {
|
||||||
color: #eee;
|
color: black;
|
||||||
border: 3px solid red;
|
text-decoration: underline dashed black;
|
||||||
background-color: rgb(255, 238, 238);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.slider {
|
.slider {
|
||||||
|
|
|
@ -127,7 +127,7 @@ fi
|
||||||
pip3 install wheel setuptools
|
pip3 install wheel setuptools
|
||||||
pip3 install bitstring lnd-grpc pycoin aiohttp connectrum python-bitcoinlib
|
pip3 install bitstring lnd-grpc pycoin aiohttp connectrum python-bitcoinlib
|
||||||
pip3 install python-bitcointx
|
pip3 install python-bitcointx
|
||||||
pip3 install lndmanage==0.8.0 # Install LND Manage (keep up to date with LND)
|
pip3 install lndmanage==0.8.0.1 # Install LND Manage (keep up to date with LND)
|
||||||
pip3 install docker-compose
|
pip3 install docker-compose
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user