Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```