Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/daniel-mcguire-corporation/dmc-apt
- Owner: Daniel-McGuire-Corporation
- Created: 2024-05-13T04:33:48.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-14T13:35:26.000Z (5 months ago)
- Last Synced: 2024-06-15T01:34:51.144Z (5 months ago)
- Language: CSS
- Homepage: https://daniel-mcguire-corporation.github.io/DMC-APT/
- Size: 2.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```