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
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'
Make it executable:
-chmod +x reproduce-builds.sh
+chmod +x simplexmq-reproduce-builds.sh
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):