Skip to content

szageda/debian-update-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Debian Update Script

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.

Installation

  1. Clone the repository to your computer.
git clone --depth 1 https://github.com/szageda/debian-update-script.git ~/.local/bin
  1. Source debup.sh in your .bashrc.
echo -e '\nsource $HOME/.local/bin/debup.sh' >> ~/.bashrc
  1. Reload your shell environment.
source ~/.bashrc

Usage & Syntax

$ debup [OPTION]

Run debup --help to get the full list of available options.

About

A Bash shell script to keep your Debian-based system up to date.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages