Skip to content

Commit d515ae4

Browse files
Fix linux agent instructions
1 parent 027eb31 commit d515ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hub/installation/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ When the service is installed using systemd the following commands can be useful
6767

6868
```
6969
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
70+
wget https://downloads.certifytheweb.com/beta/latest/certify-agent-linux-x64-latest.tar.gz
7171
rm -rf ./certify-agent-install && mkdir -p ./certify-agent-install
7272
tar -xf certify-agent-linux-x64-latest.tar.gz -C ./certify-agent-install
7373
sudo ./certify-agent-install/scripts/install-agent.sh

0 commit comments

Comments
 (0)