wscourge / ppa

Personal Package Archives of Wiktor Plaga (@viktorplaga on 𝕏)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Personal Package Archives (PPA) and Repository

Here's where I host my publicly available packages. You can find me on 𝕏 as @viktorplaga and on LinkedIn as Wiktor Plaga.

Use apt packages

To define this PPA as an installation source, run the following commands:

curl -s --compressed "https://wscourge.github.io/ppa/public.gpg" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/wscourge.gpg >/dev/null
sudo curl -s --compressed -o /etc/apt/sources.list.d/wscourge.list "https://wscourge.github.io/ppa/apt/wscourge.list"

Then, install the package(s):

sudo apt update
sudo apt install safe-utils

Resources:

About

Personal Package Archives of Wiktor Plaga (@viktorplaga on 𝕏)