From 18890aa83ad77da9cb98b5e0a0951b5786613461 Mon Sep 17 00:00:00 2001 From: jasonwitty Date: Sun, 23 Nov 2025 14:37:52 -0800 Subject: [PATCH] cleanup --- index.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index d38d317..b91f137 100644 --- a/index.html +++ b/index.html @@ -213,12 +213,12 @@

Step 1: Add GPG Key

# Add the repository's GPG signing key
-curl -fsSL https://YOUR-USERNAME.github.io/socktop/KEY.gpg | \
+curl -fsSL https://jaosnwitty.github.io/socktop/KEY.gpg | \
     sudo gpg --dearmor -o /usr/share/keyrings/socktop-archive-keyring.gpg

Step 2: Add Repository

# Add the APT repository to your sources
-echo "deb [signed-by=/usr/share/keyrings/socktop-archive-keyring.gpg] https://YOUR-USERNAME.github.io/socktop stable main" | \
+echo "deb [signed-by=/usr/share/keyrings/socktop-archive-keyring.gpg] https://jaosnwitty.github.io/socktop stable main" | \
     sudo tee /etc/apt/sources.list.d/socktop.list

Step 3: Install

@@ -239,9 +239,10 @@ sudo apt install socktop socktop-agent

🏗️ Supported Architectures

- a
md64 + amd64 arm64 armhf + riscv64

📥

Manual Download @@ -252,7 +253,7 @@ sudo apt install socktop socktop-agent
# Download and install manually
-wget https://YOUR-USERNAME.github.io/socktop/pool/main/socktop_VERSION_ARCH.deb
+wget https://jasonwitty.github.io/socktop/pool/main/socktop_VERSION_ARCH.deb
 sudo dpkg -i socktop_VERSION_ARCH.deb

🔧 Usage

@@ -268,8 +269,8 @@ socktop_agent

🔗 Links