Skip to content

Mirror of https://gitlab.com/gfaugere/packages - A GitLab Pages hosted repository, with both .deb and .rpm packages

Notifications You must be signed in to change notification settings

gfaugere/packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Packages

Repository to automate distribution of packages

Distributed binaries

Supported platforms

Debian-based

curl https://gfaugere.gitlab.io/packages/debian/public_key.gpg | sudo apt-key add -
echo 'deb https://gfaugere.gitlab.io/packages/debian/ ./' | sudo tee -a /etc/apt/sources.list
sudo apt update
sudo apt install <package>

rpm-based

sudo dnf config-manager --add-repo https://gfaugere.gitlab.io/packages/rpm/gfaugere-packages.repo
sudo dnf install <package>

About

Mirror of https://gitlab.com/gfaugere/packages - A GitLab Pages hosted repository, with both .deb and .rpm packages

Topics

Resources

Stars

Watchers

Forks