8000 docs: updating apt install to apt upgrade by kaplanmaxe · Pull Request #33920 · solana-labs/solana · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

docs: updating apt install to apt upgrade #33920

Merged
merged 1 commit into from
Nov 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/validator/get-started/setup-a-validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Make sure you have the latest and greatest package versions on your server

```
sudo apt update
sudo apt install
sudo apt upgrade
```

## Sol User
Expand Down
0