Update examples to use curl silent

This commit is contained in:
Slava 2024-10-15 10:09:45 +03:00
parent 42b9b10aec
commit 544fafa5d4
No known key found for this signature in database
GPG Key ID: 351E7AA9BD0DFEB8

View File

@ -20,7 +20,7 @@
# Install latest Codex # Install latest Codex
</span> </span>
<br> <br>
curl https://get.codex.storage/install.sh | bash curl -s https://get.codex.storage/install.sh | bash
</p> </p>
<p> <p>
@ -28,7 +28,7 @@
# Install specific version of Codex # Install specific version of Codex
</span> </span>
<br> <br>
curl https://get.codex.storage/install.sh | VERSION=0.1.7 bash curl -s https://get.codex.storage/install.sh | VERSION=0.1.7 bash
</p> </p>
<p> <p>
@ -36,7 +36,7 @@
# Install latest Codex with cirdl # Install latest Codex with cirdl
</span> </span>
<br> <br>
curl https://get.codex.storage/install.sh | INSTALL_CIRDL=true bash curl -s https://get.codex.storage/install.sh | INSTALL_CIRDL=true bash
</p> </p>
<p> <p>
@ -44,7 +44,7 @@
# On Windows with msys2 install Codex with required libraries # On Windows with msys2 install Codex with required libraries
</span> </span>
<br> <br>
curl https://get.codex.storage/install.sh | WINDOWS_LIBS=true INSTALL_CIRDL=true bash curl -s https://get.codex.storage/install.sh | WINDOWS_LIBS=true INSTALL_CIRDL=true bash
</p> </p>
</body> </body>
</html> </html>