Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stefansundin/deb

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

apt debian ubuntu

Last synced: 21 days 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
```