Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 798 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 798 Bytes

Simple Ubuntu PPA

Contains software that hasn't made it into the official Ubuntu repo yet...

Adding new packages

Add the new package into the repository directory. It can be in the root directory or in any sub-folder structure.

Run the following to generate Packages and *Release* files:

EMAIL=your-email-here@domain.ext ./add-packages.sh

A valid GPG key must be set up for the above command to work.

Using the PPA:

apt-key is deprecated, fix this...

curl -s --compressed "https://glyphpoch.github.io/ppa/KEY.gpg" | sudo apt-key add -
sudo curl -s --compressed -o /etc/apt/sources.list.d/glyphpoch_ppa.list "https://glyphpoch.github.io/ppa/glyphpoch_ppa.list"
sudo apt update

References: