Skip to content

Commit de13814

Browse files
Update linux docs for install/update
1 parent 6fc8d37 commit de13814

File tree

2 files changed

+5
-24
lines changed

2 files changed

+5
-24
lines changed

docs/guides/tools.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/hub/installation/linux.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ The following commands:
1414
- Runs the install script to install under /opt/certify-hub, and sets up the hub as a systemd service called `certify-hub`, running as user `certify`.
1515

1616
```
17-
rm ./certify-hub-linux-x64-latest.tar.gz -f
18-
wget https://downloads.certifytheweb.com/beta/latest/certify-mgmthub-linux-x64-latest.tar.gz
17+
rm ./certify-mgmthub-linux-x64-latest.tar.gz -f
18+
wget https://downloads.certifytheweb.com/beta/latest/certify-mgmthub-linux-x64-latest.tar.gz
1919
rm -rf ./certify-hub-install && mkdir -p ./certify-hub-install
20-
tar -xvf certify-mgmthub-linux-x64-latest.tar.gz -C ./certify-hub-install
20+
tar -xf certify-mgmthub-linux-x64-latest.tar.gz -C ./certify-hub-install
2121
sudo ./certify-hub-install/scripts/install-hub.sh
2222
```
2323

@@ -67,9 +67,9 @@ 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
70+
wget https://downloads.certifytheweb.com/beta/latest/certify-agent-linux-x64-latest.tar.gz -O
7171
rm -rf ./certify-agent-install && mkdir -p ./certify-agent-install
72-
tar -xvf certify-agent-linux-x64-latest.tar.gz -C ./certify-agent-install
72+
tar -xf certify-agent-linux-x64-latest.tar.gz -C ./certify-agent-install
7373
sudo ./certify-agent-install/scripts/install-agent.sh
7474
```
7575

0 commit comments

Comments
 (0)