We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 027eb31 commit d515ae4Copy full SHA for d515ae4
docs/hub/installation/linux.md
@@ -67,7 +67,7 @@ When the service is installed using systemd the following commands can be useful
67
68
```
69
rm ./certify-agent-linux-x64-latest.tar.gz -f
70
-wget https://downloads.certifytheweb.com/beta/latest/certify-agent-linux-x64-latest.tar.gz -O
+wget https://downloads.certifytheweb.com/beta/latest/certify-agent-linux-x64-latest.tar.gz
71
rm -rf ./certify-agent-install && mkdir -p ./certify-agent-install
72
tar -xf certify-agent-linux-x64-latest.tar.gz -C ./certify-agent-install
73
sudo ./certify-agent-install/scripts/install-agent.sh
0 commit comments