Debup is shell script written in Bash to keep your Debian-based systems up to date. It is as a front-end wrapper for different package managers' 'update' command.
Supported Package Managers
- APT system package manager
- Universal package manager: Flatpak
- Rust (
rustup), Cargo, Go.
- Clone the repository to your computer.
git clone --depth 1 https://github.com/szageda/debian-update-script.git ~/.local/bin- Source
debup.shin your.bashrc.
echo -e '\nsource $HOME/.local/bin/debup.sh' >> ~/.bashrc- Reload your shell environment.
source ~/.bashrc$ debup [OPTION]Run debup --help to get the full list of available options.