mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 20:16:22 +02:00
add bash completion to bonuses
This commit is contained in:
@@ -13,5 +13,11 @@ chmod +x lnchannels
|
|||||||
sudo cp lnchannels /usr/local/bin
|
sudo cp lnchannels /usr/local/bin
|
||||||
sudo cp lnbalance /usr/local/bin
|
sudo cp lnbalance /usr/local/bin
|
||||||
echo "OK"
|
echo "OK"
|
||||||
|
echo "installing bash completion for bitcoin-cli and lncli"
|
||||||
|
wget https://raw.githubusercontent.com/bitcoin/bitcoin/master/contrib/bitcoin-cli.bash-completion
|
||||||
|
wget https://raw.githubusercontent.com/lightningnetwork/lnd/master/contrib/lncli.bash-completion
|
||||||
|
sudo cp *.bash-completion /etc/bash_completion.d/
|
||||||
|
echo "OK - bash completion available after next login"
|
||||||
|
echo "type \"bitcoin-cli getblockch\", press [Tab] → bitcoin-cli getblockchaininfo"
|
||||||
cd
|
cd
|
||||||
rm -r /home/admin/tmpScriptDL
|
rm -r /home/admin/tmpScriptDL
|
||||||
|
Reference in New Issue
Block a user