Skip to content

Commit

Permalink
Fix debian upgrade command in linux-installer.md (open-telemetry#2951)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyc-splunk authored Apr 11, 2023
1 parent 3d02166 commit 5bd5042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/linux-installer.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ To upgrade the Collector, run the following commands on your system (requires
- Debian:
```sh
sudo apt-get update
sudo apt-get --only-upgrade splunk-otel-collector
sudo apt-get install --only-upgrade splunk-otel-collector
```
**Note:** If the default configuration files in `/etc/otel/collector` have
been modified after initial installation, you may be prompted to keep the
Expand Down Expand Up @@ -335,7 +335,7 @@ system (requires `root` privileges):
- Debian:
```sh
sudo apt-get update
sudo apt-get --only-upgrade splunk-otel-auto-instrumentation
sudo apt-get install --only-upgrade splunk-otel-auto-instrumentation
```
**Note:** You may be prompted to keep or overwrite the configuration file at
`/usr/lib/splunk-instrumentation/instrumentation.conf`. Choosing to
Expand Down

0 comments on commit 5bd5042

Please sign in to comment.