Merge pull request #1020 from openoms/v1.4-BTCPay-update

BTCPay update - adds SATS currency denomination
This commit is contained in:
Christian Rotzoll
2020-02-11 10:56:31 +01:00
committed by GitHub

View File

@@ -236,7 +236,7 @@ EOF
sudo -u btcpay git clone https://github.com/btcpayserver/btcpayserver.git 2>/dev/null sudo -u btcpay git clone https://github.com/btcpayserver/btcpayserver.git 2>/dev/null
cd btcpayserver cd btcpayserver
# check https://github.com/btcpayserver/btcpayserver/releases # check https://github.com/btcpayserver/btcpayserver/releases
sudo -u btcpay git reset --hard v1.0.3.153 sudo -u btcpay git reset --hard v1.0.3.156
# from the build.sh with path # from the build.sh with path
sudo -u btcpay /home/btcpay/dotnet/dotnet build -c Release /home/btcpay/btcpayserver/BTCPayServer/BTCPayServer.csproj sudo -u btcpay /home/btcpay/dotnet/dotnet build -c Release /home/btcpay/btcpayserver/BTCPayServer/BTCPayServer.csproj