Browse Source
Merge pull request #574 from gabrieldov/gabrieldov-patch-1
Change to source address
master
Christian Rotzoll
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
home.admin/91addBonus.sh
|
|
@ -6,8 +6,8 @@ echo "Creating the command lnbalance as well as lnchannels which will give you a |
|
|
|
cd |
|
|
|
mkdir /home/admin/tmpScriptDL |
|
|
|
cd /home/admin/tmpScriptDL |
|
|
|
wget https://raw.githubusercontent.com/Stadicus/guides/master/raspibolt/resources/lnbalance |
|
|
|
wget https://raw.githubusercontent.com/Stadicus/guides/master/raspibolt/resources/lnchannels |
|
|
|
wget https://stadicus.github.io/RaspiBolt/resources/lnbalance |
|
|
|
wget https://stadicus.github.io/RaspiBolt/resources/lnchannels |
|
|
|
chmod +x lnbalance |
|
|
|
chmod +x lnchannels |
|
|
|
sudo cp lnchannels /usr/local/bin |
|
|
|