An open API service indexing awesome lists of open source software.

https://github.com/telekom-mms/linux-apt

APT repository for MMS Linux Client packages
https://github.com/telekom-mms/linux-apt

linux

Last synced: 2 months ago
JSON representation

APT repository for MMS Linux Client packages

Awesome Lists containing this project

README

        

# APT repository for public telekom-mms packages
To use repo in your environment use following commands to setup source list with related key:
```
wget -O- https://telekom-mms.github.io/linux-apt/public.key | gpg --dearmor | sudo tee /usr/share/keyrings/github-telekom-mms.gpg > /dev/null
echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/github-telekom-mms.gpg] https://telekom-mms.github.io/linux-apt/repo jammy main' | sudo tee /etc/apt/sources.list.d/github-telekom-mms.list

sudo apt update
sudo apt install fw-id-agent oc-daemon corp-net-indicator
```