mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
litecoin update dos fix #107
This commit is contained in:
parent
8763a73675
commit
601c13ca2b
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ echo "*** LITECOIN ***"
|
|||
# based on https://medium.com/@jason.hcwong/litecoin-lightning-with-raspberry-pi-3-c3b931a82347
|
||||
|
||||
# set version (change if update is available)
|
||||
litecoinVersion="0.16.2"
|
||||
litecoinVersion="0.16.3"
|
||||
cd /home/admin/download
|
||||
sudo -u admin wget https://download.litecoin.org/litecoin-${litecoinVersion}/linux/litecoin-${litecoinVersion}-arm-linux-gnueabihf.tar.gz
|
||||
sudo -u admin tar -xvf litecoin-${litecoinVersion}-arm-linux-gnueabihf.tar.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue