Added Download Package URL for fully support both amd64 and arm64
This commit is contained in:
@@ -395,8 +395,13 @@ curl -fsSL https://raw.githubusercontent.com/operacle/checkcle/refs/heads/main/s
|
|||||||
<div className="border-l-4 border-blue-500 pl-4">
|
<div className="border-l-4 border-blue-500 pl-4">
|
||||||
<p className="font-medium">Step 1: Download Package</p>
|
<p className="font-medium">Step 1: Download Package</p>
|
||||||
<code className="text-xs bg-muted p-2 rounded block mt-1">
|
<code className="text-xs bg-muted p-2 rounded block mt-1">
|
||||||
|
<p className="text-xs text-muted-foreground mt-1">✅ If you’re using the amd64 architecture, please download this package. </p> <br/>
|
||||||
wget https://github.com/operacle/Distributed-Regional-Monitoring/releases/download/V1.0.0/distributed-regional-check-agent_1.0.0_amd64.deb
|
wget https://github.com/operacle/Distributed-Regional-Monitoring/releases/download/V1.0.0/distributed-regional-check-agent_1.0.0_amd64.deb
|
||||||
</code>
|
</code>
|
||||||
|
<code className="text-xs bg-muted p-2 rounded block mt-1">
|
||||||
|
<p className="text-xs text-muted-foreground mt-1">✅ If you’re using the arm64 architecture, please download this package. </p> <br/>
|
||||||
|
wget https://github.com/operacle/Distributed-Regional-Monitoring/releases/download/V1.0.0/distributed-regional-check-agent_1.0.0_arm64.deb
|
||||||
|
</code>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="border-l-4 border-blue-500 pl-4">
|
<div className="border-l-4 border-blue-500 pl-4">
|
||||||
@@ -412,6 +417,9 @@ curl -fsSL https://raw.githubusercontent.com/operacle/checkcle/refs/heads/main/s
|
|||||||
<code className="text-xs bg-muted p-2 rounded block mt-1">
|
<code className="text-xs bg-muted p-2 rounded block mt-1">
|
||||||
sudo nano /etc/regional-check-agent/regional-check-agent.env
|
sudo nano /etc/regional-check-agent/regional-check-agent.env
|
||||||
</code>
|
</code>
|
||||||
|
<code className="text-xs bg-muted p-2 rounded block mt-1">
|
||||||
|
Copy sample configuration from https://github.com/operacle/Distributed-Regional-Monitoring/blob/main/packaging/regional-check-agent.conf
|
||||||
|
</code>
|
||||||
<p className="text-xs text-muted-foreground mt-1">Add the configuration values shown in the Agent Details tab</p>
|
<p className="text-xs text-muted-foreground mt-1">Add the configuration values shown in the Agent Details tab</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user