Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ms-jpq/deb-src
PPA builder, hosted on Github pages
https://github.com/ms-jpq/deb-src
Last synced: about 1 month ago
JSON representation
PPA builder, hosted on Github pages
- Host: GitHub
- URL: https://github.com/ms-jpq/deb-src
- Owner: ms-jpq
- Created: 2024-03-18T02:13:41.000Z (8 months ago)
- Default Branch: m4
- Last Pushed: 2024-07-09T04:05:01.000Z (4 months ago)
- Last Synced: 2024-07-10T20:53:16.089Z (4 months ago)
- Language: Makefile
- Homepage:
- Size: 62.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PPA
- [Source](https://github.com/ms-jpq/deb-src)
- [Artifacts](https://github.com/ms-jpq/deb)
```bash
curl --disable --fail --location --no-progress-meter -- 'https://ms-jpq.github.io/deb/pubkey.asc' | command -- sudo -- gpg --batch --dearmor --yes --output /etc/apt/trusted.gpg.d/ms-jpq.gpg
``````bash
command -- sudo -- tee -- /etc/apt/sources.list.d/ms-jpq.list <<-'EOF'
deb https://ms-jpq.github.io/deb/ /
EOF
```