Skip to content

Commit

Permalink
Update installation command in apt index.html to reflect correct pack…
Browse files Browse the repository at this point in the history
…age name
  • Loading branch information
dz0ny committed Dec 3, 2024
1 parent 557bd34 commit 25b4cbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apt/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ <h3 id="stable" class="text-xl font-semibold mb-2">Stable Release</h3>
# 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
</pre>
</div>
</body>
Expand Down

0 comments on commit 25b4cbf

Please sign in to comment.