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
- Host: GitHub
- URL: https://github.com/foriequal0/update-apt-sources-list-d
- Owner: foriequal0
- Created: 2020-04-25T08:14:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T19:09:35.000Z (over 1 year ago)
- Last Synced: 2023-11-07T23:26:32.766Z (over 1 year ago)
- Language: Rust
- Size: 23.4 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```