small fix

This commit is contained in:
2025-04-02 00:13:17 +03:00
parent f5cfb39884
commit eb1d460096

View File

@@ -642,7 +642,7 @@ eval "\$(curl -fsSL http://${SERVER_IP}/deployment/client_setup.sh)"
<div class="variant">
<span class="label">Using wget:</span>
<div class="command">
eval "\$(wget -qO- http://${SERVER_IP}/deployment/client_setup.sh)"
eval "\$(wget -O- http://${SERVER_IP}/deployment/client_setup.sh)"
</div>
</div>