web: fix curl command – add https:// prefix (required on Windows)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
cf2037ae7d
commit
0c4c8d82fa
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@
|
|||
</div>
|
||||
|
||||
<div class="install-box">
|
||||
<code id="install-cmd">curl -Lo xetup.exe xetup.x9.cz/dl</code>
|
||||
<code id="install-cmd">curl -Lo xetup.exe https://xetup.x9.cz/dl</code>
|
||||
<button id="copy-btn" onclick="copyCmd()">Kopirovat</button>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue