From 25b4cbf73bd32b45acdab20d30300f98be5aebc5 Mon Sep 17 00:00:00 2001 From: Janez T Date: Tue, 3 Dec 2024 21:55:54 +0100 Subject: [PATCH] Update installation command in apt index.html to reflect correct package name --- apt/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apt/index.html b/apt/index.html index de9e1f0..49eaa5e 100644 --- a/apt/index.html +++ b/apt/index.html @@ -22,8 +22,8 @@

Stable Release

# Add this repo to your apt repositories echo 'deb [signed-by=/usr/share/keyrings/paretosecurity.gpg] https://apt.paretosecurity.com stable main' | sudo tee /etc/apt/sources.list.d/pareto.list -# install pareto -sudo apt update && sudo apt install pareto +# Install paretosecurity CLI +sudo apt update && sudo apt install paretosecurity