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

https://github.com/tmiland/deb-get-apt-hook

Hook deb-get into apt to get deb-get updates when running apt get
https://github.com/tmiland/deb-get-apt-hook

apt deb-get debian

Last synced: about 1 month ago
JSON representation

Hook deb-get into apt to get deb-get updates when running apt get

Awesome Lists containing this project

README

          

# deb-get-apt-hook

Hook deb-get into apt to get deb-get updates when running apt get

![deb-get-apt-hook.gif](https://github.com/tmiland/deb-get-apt-hook/blob/main/res/deb-get-apt-hook.gif?raw=true)

Depends on [wimpysworld/deb-get/pull/1499](https://github.com/wimpysworld/deb-get/pull/1499)

## Install

- Latest release
```bash
git clone https://github.com/tmiland/deb-get-apt-hook.git ~/.deb-get-apt-hook && \
cd ~/.deb-get-apt-hook && \
git fetch --tags && \
release="$(git describe --tags "$(git rev-list --tags --max-count=1)")" && \
git checkout $release && \
./install.sh -i
```

- Main
```bash
git clone https://github.com/tmiland/deb-get-apt-hook.git ~/.deb-get-apt-hook && \
cd ~/.deb-get-apt-hook && \
./install.sh -i
```

- Update
```bash
cd ~/.deb-get-apt-hook && \
git pull && \
./install.sh -r
```

## Donations
Coindrop.to me

### Disclaimer

*** ***Use at own risk*** ***

### License

[![MIT License Image](https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/MIT_logo.svg/220px-MIT_logo.svg.png)](https://tmiland.github.io/deb-get-apt-hook/LICENSE)

[MIT License](https://tmiland.github.io/deb-get-apt-hook/LICENSE)