From 68678e243df496bf764b7a5061a0540cf083b90f Mon Sep 17 00:00:00 2001 From: allyourbankarebelongtous <100060902+allyourbankarebelongtous@users.noreply.github.com> Date: Sat, 8 Jul 2023 11:17:32 -0500 Subject: [PATCH] Update lndg (#3740) * Update bonus.lndg.sh Cleaned up code, added requirements.txt install to updates (needed for this update, may be needed in future). * Update bonus.lndg.sh Change to v1.7.0 --- home.admin/config.scripts/bonus.lndg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/config.scripts/bonus.lndg.sh b/home.admin/config.scripts/bonus.lndg.sh index 122555c13..a25868f6d 100644 --- a/home.admin/config.scripts/bonus.lndg.sh +++ b/home.admin/config.scripts/bonus.lndg.sh @@ -1,7 +1,7 @@ #!/bin/bash # https://github.com/cryptosharks131/lndg -VERSION="1.6.0 " +VERSION="1.7.0" # command info if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then