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
- Host: GitHub
- URL: https://github.com/telekom-mms/linux-apt
- Owner: telekom-mms
- License: mit
- Created: 2023-05-31T13:31:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T15:00:49.000Z (3 months ago)
- Last Synced: 2025-03-06T16:21:27.518Z (3 months ago)
- Topics: linux
- Homepage: https://telekom-mms.github.io/linux-apt/
- Size: 224 MB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.listsudo apt update
sudo apt install fw-id-agent oc-daemon corp-net-indicator
```