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):