Update quick-start.md
add missing apt update command to quick start documentation
This commit is contained in:
parent
6ea9c6a7a1
commit
828bc39229
@ -17,6 +17,9 @@ curl -fsSL https://jasonwitty.github.io/socktop/KEY.gpg | \
|
||||
echo "deb [signed-by=/usr/share/keyrings/socktop-archive-keyring.gpg] https://jasonwitty.github.io/socktop stable main" | \
|
||||
sudo tee /etc/apt/sources.list.d/socktop.list
|
||||
|
||||
# Update the package list
|
||||
sudo apt update
|
||||
|
||||
# Install socktop and the agent
|
||||
sudo apt install socktop socktop-agent
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user