mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-03-01 00:59:23 +01:00
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:
parent
3db93fa19b
commit
68678e243d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# https://github.com/cryptosharks131/lndg
|
# https://github.com/cryptosharks131/lndg
|
||||||
VERSION="1.6.0 "
|
VERSION="1.7.0"
|
||||||
|
|
||||||
# command info
|
# command info
|
||||||
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue