Upgrade Dojo to v1.19.2

This commit is contained in:
Taylor Helsper 2023-04-13 21:48:07 -05:00
parent 897cedefff
commit c8e87bef0e
3 changed files with 5 additions and 3 deletions

View File

@ -70,7 +70,8 @@ elif [ "$APP" = "dojo" ]; then
cd /mnt/hdd/mynode/dojo/docker/my-dojo/
# Stop and uninstall
yes | ./dojo.sh uninstall
./dojo.sh uninstall --auto
./dojo.sh clean
# Reset config files
cd ~

View File

@ -48,7 +48,8 @@ elif [ "$APP" = "dojo" ]; then
cd /mnt/hdd/mynode/dojo/docker/my-dojo/
# Stop and uninstall
yes | ./dojo.sh uninstall
./dojo.sh uninstall --auto
./dojo.sh clean
# Reset config files
cd ~

View File

@ -94,7 +94,7 @@ WHIRLPOOL_UPLOAD_FILE_ID="63621e145967f536a562851853bd0990"
WHIRLPOOL_VERSION_FILE=/home/bitcoin/.mynode/whirlpool_version
WHIRLPOOL_LATEST_VERSION_FILE=/home/bitcoin/.mynode/whirlpool_version_latest
DOJO_VERSION="v1.15.0"
DOJO_VERSION="v1.19.2"
DOJO_VERSION=$(get_app_version "$DOJO_VERSION" "dojo")
# Find at https://code.samourai.io/dojo/samourai-dojo/-/releases in fingerprints
DOJO_TAR_HASH="747b2e8ff4c747a221c2de75ffcf28c54ebaa198f258fc372513142189b02360"