Effortlessly maintain your Debian-based Linux system (e.g., Ubuntu, Debian) with this Bash script that streamlines routine tasks using the apt package manager.
Update System: Keep your repositories up to date.Check Needed Upgrades: See available upgrades for installed packages.Upgrade System: Perform system upgrades seamlessly.Check and Fix Broken Packages: Detect and repair broken dependencies.Autoremove: Remove unnecessary packages cluttering your system.Autoclean: Free up space by cleaning the package cache.
To install sysOpt, run the following command:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/mdbentaleb/Automated-System-Updater/main/install.sh)"After installation, start using sysOpt by running:
sysoinstallation.mp4
To ensure you have the latest features and improvements, regularly update your local repository by running the following command:
cd "$HOME/Automated-System-Updater"git pull- The script uses
sudoto execute certain commands. If prompted for a password, it is expected behavior, and there is no need to be concerned. This is a standard security measure to ensure proper system maintenance.
This script is designed for personal use. Review the code before executing on critical systems.
