Skip to content

Commit 5bd5042

Browse files
Fix debian upgrade command in linux-installer.md (open-telemetry#2951)
1 parent 3d02166 commit 5bd5042

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting-started/linux-installer.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ To upgrade the Collector, run the following commands on your system (requires
157157
- Debian:
158158
```sh
159159
sudo apt-get update
160-
sudo apt-get --only-upgrade splunk-otel-collector
160+
sudo apt-get install --only-upgrade splunk-otel-collector
161161
```
162162
**Note:** If the default configuration files in `/etc/otel/collector` have
163163
been modified after initial installation, you may be prompted to keep the
@@ -335,7 +335,7 @@ system (requires `root` privileges):
335335
- Debian:
336336
```sh
337337
sudo apt-get update
338-
sudo apt-get --only-upgrade splunk-otel-auto-instrumentation
338+
sudo apt-get install --only-upgrade splunk-otel-auto-instrumentation
339339
```
340340
**Note:** You may be prompted to keep or overwrite the configuration file at
341341
`/usr/lib/splunk-instrumentation/instrumentation.conf`. Choosing to

0 commit comments

Comments
 (0)