This experimental repo contains the Open Source Components used to build a Monroe Node (Debian stretch)
As this is a experimental repo the packages are not signed. To configure apt to trust the repo by add the switch [trusted=yes]
- Debian :
echo 'deb [trusted=yes] https://raw.githubusercontent.com/MONROE-PROJECT/apt-repo/master stretch main' > /etc/apt/sources.list.d/monroe.list
- or
cd /etc/apt/sources.list.d/; wget https://raw.githubusercontent.com/MONROE-PROJECT/apt-repo/master/monroe.list
- or
- Ubuntu :
echo 'deb [arch=amd64, trusted=yes] https://raw.githubusercontent.com/MONROE-PROJECT/apt-repo/master bionic main' > /etc/apt/sources.list.d/monroe.list
- or
cd /etc/apt/sources.list.d/; wget https://raw.githubusercontent.com/MONROE-PROJECT/apt-repo/master/monroe-ubuntu.list
- or
Instructions taken from http://www.hackgnar.com/2016/01/creating-remote-apt-package.html
- Ubuntu/debian : sudo apt-get install reprepro
- Macos: brew install reprepro
- clone the repo or pull the lastest changes
- cd apt-repo
- Debian:
reprepro includedeb stretch <PATH_TO-DEB>/my_deb_package.deb
- Ubuntu:
reprepro includedeb bionic <PATH_TO-DEB>/my_deb_package.deb