-
Notifications
You must be signed in to change notification settings - Fork 0
Debian and Raspbian Installation
Mark Grant edited this page Apr 19, 2019
·
3 revisions
There is a choice of two repositories for Debian and Raspbian installation; OpenSUSE Build Service (OBS) and Bintray. OBS will provide packages for all supported versions of Debian and Raspbian. Bintray will contain packages for the latest stable version of Debian and Raspbian. The reason for this difference is that packages in this repo are manually built as opposed to being built by a build farm.
-
Please follow the the following link
https://software.opensuse.org//download.html?project=home%3Am-grant-prg&package=dnsmasq-logrotate
-
Select 'Debian'
-
Select 'Add repository and install manually'
-
Follow the instructions given choosing between Debian and Raspbian.
To add this repository to your system please type the following:-
- sudo apt-get install software-properties-common apt-transport-https
- sudo add-apt-repository 'deb https://dl.bintray.com/mgrantprg/utils stretch stable'
- wget -qO - https://bintray.com/user/downloadSubjectPublicKey?username=mgrantprg | sudo apt-key add -
- sudo apt-get update
- sudo apt-get install dnsmasq-logrotate
- sudo dnsmasq-postrotate.sh --setup
- sudo apt-get remove dnsmasq-logrotate