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

https://github.com/foriequal0/update-apt-sources-list-d


https://github.com/foriequal0/update-apt-sources-list-d

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# update-apt-sources-list-d

Enables and updates `/etc/apt/sources.list.d/*` source entries.

1. Enables `# disabled on upgrade` PPA sources.

2. Updates PPA sources that pointing old dists.

Such as from `xenial`, `zesty` to more recent one such as `eoan`, `focal`.

## Run

```
cargo build
sudo ./target/debug/update-apt-sources-list-d
```