Skip to content

Commit

Permalink
Merge pull request #666 from phcreery/patch-1
Browse files Browse the repository at this point in the history
Update INSTALL_HUB_SPOKE.md
  • Loading branch information
AnalogJ authored Jul 18, 2024
2 parents 5e6ab22 + 5a5877b commit db57281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/INSTALL_HUB_SPOKE.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ apt install smartmontools -y
# 3. Make it exacutable
# 4. List the contents of the library for confirmation
mkdir -p /opt/scrutiny/bin && \
curl -L https://github.com/AnalogJ/scrutiny/releases/download/v0.5.0/scrutiny-collector-metrics-linux-amd64 > /opt/scrutiny/bin/scrutiny-collector-metrics-linux-amd64 && \
curl -L https://github.com/AnalogJ/scrutiny/releases/download/v0.8.1/scrutiny-collector-metrics-linux-amd64 > /opt/scrutiny/bin/scrutiny-collector-metrics-linux-amd64 && \
chmod +x /opt/scrutiny/bin/scrutiny-collector-metrics-linux-amd64 && \
ls -lha /opt/scrutiny/bin
```
Expand Down

0 comments on commit db57281

Please sign in to comment.