From 83b83d5920902a9a6c1f1127cbf9b9d0eefb8695 Mon Sep 17 00:00:00 2001 From: epoberezkin Date: Wed, 23 Apr 2025 12:28:45 +0000 Subject: [PATCH] deploy: 5351fa68d06bf24f2910b4393b72da4f6983e6e1 --- docs/server.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/server.html b/docs/server.html index a611c965a0..ed34d4316a 100644 --- a/docs/server.html +++ b/docs/server.html @@ -2695,17 +2695,17 @@ sudo -E simplex-servers-update
  1. Download script:

    -
    curl -LO 'https://raw.githubusercontent.com/simplex-chat/simplexmq/refs/heads/master/scripts/reproduce-builds.sh'
    +
    curl -LO 'https://raw.githubusercontent.com/simplex-chat/simplexmq/refs/heads/master/scripts/simplexmq-reproduce-builds.sh'
     
  2. Make it executable:

    -
    chmod +x reproduce-builds.sh
    +
    chmod +x simplexmq-reproduce-builds.sh
     
  3. Execute the script with the required tag:

    -
    ./reproduce-builds.sh 'v6.3.1'
    +
    ./simplexmq-reproduce-builds.sh 'v6.3.1'
     

    The script executes these steps (please review the script to confirm):