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 85eb7c0 commit a38cdc2Copy full SHA for a38cdc2
docs/hub/installation/linux.md
@@ -56,7 +56,7 @@ The following commands:
56
57
```
58
rm ./certify-agent-linux-x64-latest.tar.gz -f
59
-wget https://certifytheweb.s3.amazonaws.com/downloads/archive/beta/agent/certify-agent-linux-x64-latest.tar.gz
+wget https://downloads.certifytheweb.com/beta/agent/certify-agent-linux-x64-latest.tar.gz
60
rm -rf ./certify-agent-install && mkdir -p ./certify-agent-install
61
tar -xvf certify-agent-linux-x64-latest.tar.gz -C ./certify-agent-install
62
sudo ./certify-agent-install/scripts/install-agent.sh
0 commit comments