https://github.com/john30/ebusd-debian
Debian package repository for ebusd.
https://github.com/john30/ebusd-debian
Last synced: about 1 year ago
JSON representation
Debian package repository for ebusd.
- Host: GitHub
- URL: https://github.com/john30/ebusd-debian
- Owner: john30
- License: gpl-3.0
- Created: 2017-03-04T08:02:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-21T06:56:51.000Z (over 1 year ago)
- Last Synced: 2025-03-21T03:06:12.582Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 45.9 KB
- Stars: 7
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ebusd-debian
Debian multi-architecture and multi-distribution package repository for ebusd.
## Usage
1. Add the GPG key to your trusted apt sources:
* For `bookworm` (Debian 12 or higher):
`sudo mkdir -p /etc/apt/keyrings && sudo wget -q -O /etc/apt/keyrings/ebusd.gpg https://raw.githubusercontent.com/john30/ebusd-debian/master/ebusd.gpg`
* For `bullseye` (Debian 11) or `buster` (Debian 10):
`wget -qO - https://raw.githubusercontent.com/john30/ebusd-debian/master/ebusd.gpg.key|sudo apt-key add -`
2. Copy the right source list for your distribution to `/etc/apt/sources.list.d/`, i.e. replace `` with either:
* `bookworm` (Debian 12 or higher)
* `bullseye` (Debian 11), or
* `buster` (Debian 10)
in this command line:
`sudo wget -O /etc/apt/sources.list.d/ebusd.list https://raw.githubusercontent.com/john30/ebusd-debian/master/ebusd-default-.list`
If you prefer the variant without MQTT support, use this command instead:
`sudo wget -O /etc/apt/sources.list.d/ebusd.list https://raw.githubusercontent.com/john30/ebusd-debian/master/ebusd-nomqtt-.list`
3. After that, you can simply update the package lists via `apt-get update` (depending on your distribution) and then
install with `apt-get install ebusd`.