This commit is contained in:
Taylor Helsper 2020-02-22 23:47:54 -06:00
parent 2c69cb9c79
commit ed5e1facd2

View File

@ -136,7 +136,7 @@ pip install grpcio grpcio-tools googleapis-common-protos
pip install tzupdate virtualenv pip install tzupdate virtualenv
# Update python3 to 3.7.X # Update Python3 to 3.7.X
PYTHON3_VERSION=$(python3 --version) PYTHON3_VERSION=$(python3 --version)
if [[ "$PYTHON3_VERSION" != *"Python 3.7"* ]]; then if [[ "$PYTHON3_VERSION" != *"Python 3.7"* ]]; then
mkdir -p /opt/download mkdir -p /opt/download
@ -153,7 +153,7 @@ else
fi fi
# Install python3 specific tools (run multiple times to make sure success) # Install Python3 specific tools (run multiple times to make sure success)
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
@ -356,7 +356,7 @@ if [ "$CURRENT" != "$LNDHUB_UPGRADE_URL" ]; then
fi fi
cd ~ cd ~
# Install electrs (only build to save new version, now included in overlay) # Install Electrs (only build to save new version, now included in overlay)
#cd /home/admin/download #cd /home/admin/download
#wget https://github.com/romanz/electrs/archive/v0.7.0.tar.gz #wget https://github.com/romanz/electrs/archive/v0.7.0.tar.gz
#tar -xvf v0.7.0.tar.gz #tar -xvf v0.7.0.tar.gz
@ -561,9 +561,8 @@ fi
# Disable services # Disable services
systemctl disable hitch systemctl disable hitch || true
systemctl disable mongodb systemctl disable mongodb || true
systemctl disable lnd_admin
systemctl disable dhcpcd || true systemctl disable dhcpcd || true