mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-29 19:22:10 +01:00
just let run thru
This commit is contained in:
parent
5a688a0747
commit
6bc3a0dfc9
@ -487,8 +487,8 @@ if [ "$1" = "install" ]; then
|
||||
echo "# Install NBXplorer $NBXplorerVersion"
|
||||
cd /home/btcpay || exit 1
|
||||
echo "# Download the NBXplorer source code $NBXplorerVersion"
|
||||
sudo -u btcpay git clone https://github.com/dgarage/NBXplorer.git 2>&1 || echo "NBXplorer git clone failed" && exit 1
|
||||
cd NBXplorer || exit 1
|
||||
sudo -u btcpay git clone https://github.com/dgarage/NBXplorer.git 2>&1
|
||||
cd NBXplorer
|
||||
sudo -u btcpay git reset --hard $NBXplorerVersion
|
||||
# PGP verify
|
||||
NBXPGPsigner="nicolasdorier"
|
||||
|
Loading…
x
Reference in New Issue
Block a user