mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-22 16:10:55 +02: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:
committed by
GitHub
parent
3db93fa19b
commit
68678e243d
@@ -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
|
||||
|
Reference in New Issue
Block a user