Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daniel-mcguire-corporation/dmc-apt

Apt repository for Daniel McGuire Corporation
https://github.com/daniel-mcguire-corporation/dmc-apt

Last synced: 4 days ago
JSON representation

Apt repository for Daniel McGuire Corporation

Awesome Lists containing this project

README

        

# Daniel McGuire Corporation APT Repo

## Welcome to Our APT Repository
This repository hosts packages developed by us.
### How to Add the Repository:
(Copy with button to the right side and paste the entire block)
```bash
wget -O - https://daniel-mcguire-corporation.github.io/DMC-APT/public.asc | gpg --dearmor | sudo tee /usr/share/keyrings/dmc-archive-keyring.gpg >/dev/null; \
echo "deb [signed-by=/usr/share/keyrings/dmc-archive-keyring.gpg] https://raw.githubusercontent.com/Daniel-McGuire-Corporation/DMC-APT/main bionic main" | sudo tee /etc/apt/sources.list.d/dmc.list; \
sudo apt update
```