You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: content/en/docs/collector/installation.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ To get started on Debian systems run the following commands:
113
113
114
114
```sh
115
115
sudo apt-get update
116
-
sudo apt-get -y install wget systemctl
116
+
sudo apt-get -y install wget
117
117
wget https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v{{% param vers %}}/otelcol_{{% param vers %}}_linux_amd64.deb
118
118
sudo dpkg -i otelcol_{{% param vers %}}_linux_amd64.deb
wget https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v{{% param vers %}}/otelcol_{{% param vers %}}_linux_arm64.deb
127
127
sudo dpkg -i otelcol_{{% param vers %}}_linux_arm64.deb
0 commit comments