mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-01 20:08:57 +00:00
deploy: 5351fa68d0
This commit is contained in:
+3
-3
@@ -2695,17 +2695,17 @@ sudo -E simplex-servers-update
|
||||
<ol>
|
||||
<li>
|
||||
<p>Download script:</p>
|
||||
<pre><code class="language-sh">curl -LO 'https://raw.githubusercontent.com/simplex-chat/simplexmq/refs/heads/master/scripts/reproduce-builds.sh'
|
||||
<pre><code class="language-sh">curl -LO 'https://raw.githubusercontent.com/simplex-chat/simplexmq/refs/heads/master/scripts/simplexmq-reproduce-builds.sh'
|
||||
</code></pre>
|
||||
</li>
|
||||
<li>
|
||||
<p>Make it executable:</p>
|
||||
<pre><code class="language-sh">chmod +x reproduce-builds.sh
|
||||
<pre><code class="language-sh">chmod +x simplexmq-reproduce-builds.sh
|
||||
</code></pre>
|
||||
</li>
|
||||
<li>
|
||||
<p>Execute the script with the required tag:</p>
|
||||
<pre><code class="language-sh">./reproduce-builds.sh 'v6.3.1'
|
||||
<pre><code class="language-sh">./simplexmq-reproduce-builds.sh 'v6.3.1'
|
||||
</code></pre>
|
||||
<p>The script executes these steps (please review the script to confirm):</p>
|
||||
<ol>
|
||||
|
||||
Reference in New Issue
Block a user