Update quick-start.md
Some checks failed
Build and Deploy to K3s / test (push) Failing after 46s
Build and Deploy to K3s / lint (push) Has been skipped
Build and Deploy to K3s / build-and-push (push) Has been skipped
Build and Deploy to K3s / deploy (push) Has been skipped

add missing apt update command to quick start documentation
This commit is contained in:
jasonwitty 2026-05-18 15:55:58 -07:00
parent 6ea9c6a7a1
commit 828bc39229

View File

@ -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" | \ 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 sudo tee /etc/apt/sources.list.d/socktop.list
# Update the package list
sudo apt update
# Install socktop and the agent # Install socktop and the agent
sudo apt install socktop socktop-agent sudo apt install socktop socktop-agent