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

https://github.com/stefansundin/deb

APT repository.
https://github.com/stefansundin/deb

apt debian ubuntu

Last synced: 10 months ago
JSON representation

APT repository.

Awesome Lists containing this project

README

          

# My debian repository

To add:

```bash
sudo apt-get install apt-transport-https
curl -fsS https://stefansundin.github.io/deb/stefansundin.asc | sudo apt-key add -
echo "deb https://stefansundin.github.io/deb /" | sudo tee /etc/apt/sources.list.d/stefansundin.list
sudo apt-get update
```