Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.01 KB

README.md

File metadata and controls

28 lines (25 loc) · 1.01 KB

- 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