File tree Expand file tree Collapse file tree 2 files changed +5
-24
lines changed
Expand file tree Collapse file tree 2 files changed +5
-24
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff 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
1919rm -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
2121sudo ./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```
6969rm ./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
7171rm -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
7373sudo ./certify-agent-install/scripts/install-agent.sh
7474```
7575
You can’t perform that action at this time.
0 commit comments