https://github.com/tadd/local-apt-repository-update-debs
Automatically fetches and updates 3rd-party's *.deb files for local-apt-repository.
https://github.com/tadd/local-apt-repository-update-debs
apt deb debian local-apt-repository zoom
Last synced: about 1 month ago
JSON representation
Automatically fetches and updates 3rd-party's *.deb files for local-apt-repository.
- Host: GitHub
- URL: https://github.com/tadd/local-apt-repository-update-debs
- Owner: tadd
- License: mit
- Created: 2025-01-04T03:09:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-10T12:44:04.000Z (about 1 year ago)
- Last Synced: 2025-09-12T01:29:03.972Z (9 months ago)
- Topics: apt, deb, debian, local-apt-repository, zoom
- Language: Shell
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
local-apt-repository-update-debs
================================
Automatically fetches and updates 3rd-party's `*.deb` files for
[local-apt-repository](https://salsa.debian.org/debian/local-apt-repository).
## Usage
1. Copy files via
```bash
sudo cp update-debs update-debs-source.conf /usr/lib/local-apt-repository/
```
2. Call `/usr/lib/local-apt-repository/update-debs` periodically with cron or systemd.
## Dependency
```bash
sudo apt install bash local-apt-repository wget
```
## See Also
* [local-apt-repository](https://salsa.debian.org/debian/local-apt-repository)
* Source of my idea for this repository, runtime dependency
* [extrepo](https://salsa.debian.org/extrepo-team/extrepo)
* Looks similar but manages external (3rd-party) _APT repositories_, not individual deb
files as this `update-debs` does
## License
[MIT.](./LICENSE.md)