Skip to content

This is an example repository which demonstrates how to use GitHub pages to host a custom deb repo.

License

Notifications You must be signed in to change notification settings

Itsblue/github-pages-deb-repo

Repository files navigation

- GitHub pages DEB-repo -

This is an example on how to host a custom Debian package repository using GitHub pages.

Setup

To use the repository, please follow these steps:

  1. Import key:
wget -qO - "https://itsblue.github.io/github-pages-dep-repo/pub.gpg" | sudo apt-key add -
  1. Add repo:
echo "deb https://itsblue.github.io/github-pages-dep-repo bionic main" > /etc/apt/sources.list.d/github-pages-dep-repo.list
  1. Apt update
apt update

About

This is an example repository which demonstrates how to use GitHub pages to host a custom deb repo.

Resources

License

Stars

Watchers

Forks