mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-23 21:18:07 +00:00
Roll back Pool upgrade (failed gpg check)
This commit is contained in:
parent
ee12f2bc5e
commit
e3cd8f64d1
|
@ -160,7 +160,6 @@ if ! skip_base_upgrades ; then
|
|||
# Install any pip3 software
|
||||
pip3 install --upgrade pip setuptools wheel
|
||||
pip3 install gnureadline --no-cache-dir
|
||||
pip3 install lndmanage==0.12.0 --no-cache-dir
|
||||
pip3 install docker-compose --no-cache-dir
|
||||
pip3 install pipenv --no-cache-dir
|
||||
pip3 install bcrypt --no-cache-dir
|
||||
|
|
|
@ -16,7 +16,7 @@ LOOP_LATEST_VERSION_FILE=/home/bitcoin/.mynode/loop_version_latest
|
|||
LOOP_UPGRADE_MANIFEST_URL=https://github.com/lightninglabs/loop/releases/download/$LOOP_VERSION/manifest-$LOOP_VERSION.txt
|
||||
LOOP_UPGRADE_MANIFEST_SIG_URL=https://github.com/lightninglabs/loop/releases/download/$LOOP_VERSION/manifest-$LOOP_VERSION.txt.sig
|
||||
|
||||
POOL_VERSION="v0.5.1-alpha"
|
||||
POOL_VERSION="v0.5.0-alpha"
|
||||
POOL_VERSION_FILE=/home/bitcoin/.mynode/pool_version
|
||||
POOL_LATEST_VERSION_FILE=/home/bitcoin/.mynode/pool_version_latest
|
||||
POOL_UPGRADE_MANIFEST_URL=https://github.com/lightninglabs/pool/releases/download/$POOL_VERSION/manifest-$POOL_VERSION.txt
|
||||
|
|
Loading…
Reference in New Issue
Block a user