DistroUpdater is a simple python tool to automatic update linux distributions based on user’s configuration
How it works
Based on user’s configuration the tool automatically checks for updates at the start of a terminal session and will asks user to update the operating system.
At the moment the tool supports apt, dnf, pacman and yum package managers.
Requirements
- Python 3.10+
Installation
git clone https://github.com/DarkJoker360/DistroUpdater
cd DistroUpdater
./install.sh
Update
git clone https://github.com/DarkJoker360/DistroUpdater
cd DistroUpdater
./update.sh