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
This commit is contained in:
allyourbankarebelongtous 2023-07-08 11:17:32 -05:00 committed by GitHub
parent 3db93fa19b
commit 68678e243d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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