Update install extra script

This commit is contained in:
Taylor Helsper 2021-11-21 17:14:00 -06:00
parent 9d83595c84
commit a5f4b880e4

View File

@ -28,7 +28,7 @@ elif [ "$APP" = "electrs" ]; then
rm -rf electrs-*.tar.gz
rm -rf electrs
URL="https://github.com/romanz/electrs/archive/refs/tags/v0.9.2.tar.gz"
URL="https://github.com/romanz/electrs/archive/refs/tags/v0.9.3.tar.gz"
if [ "$#" -eq 2 ]; then
URL="$2"
fi