just let run thru

This commit is contained in:
rootzoll 2024-10-28 13:11:43 +01:00
parent 5a688a0747
commit 6bc3a0dfc9

View File

@ -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"