Skip to content

Commit

Permalink
Update installation command for paretosecurity CLI to use pareto-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
dz0ny committed Dec 10, 2024
1 parent cdf4cd3 commit 4b436db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apt/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h3 id="stable" class="text-xl font-semibold mb-2">Stable Release</h3>
echo 'deb [signed-by=/usr/share/keyrings/paretosecurity.gpg] https://pkg.paretosecurity.com/debian stable main' | sudo tee /etc/apt/sources.list.d/pareto.list

# Install paretosecurity CLI
sudo apt update && sudo apt install paretosecurity
sudo apt update && sudo apt install pareto-linux && paretosecurity --help
</pre>
</div>
</body>
Expand Down

0 comments on commit 4b436db

Please sign in to comment.