lin-autoupdater
v1.0.2
Published
Automatic package updater for Linux systems.
Downloads
29
Maintainers
Readme
🚀 Lin-Autoupdater
Lin-Autoupdater is a tool for automatic package updates on Linux systems. It supports various package managers and ensures your system stays up-to-date effortlessly.
📦 Installation
To install Lin-Autoupdater, ensure you have Node.js and npm installed. Then, run:
npm install -g lin-Autoupdater
🌟 Features
- Automatic Updates: Keeps your Linux packages updated seamlessly.
- Multi-Platform: Works across various Linux distributions.
- Customizable: Manage package ignore lists.
📋 Usage
Enable Autoupdater Service
To enable the autoupdater service:
lin-Autoupdater enable
Disable Autoupdater Service
To disable the autoupdater service:
lin-Autoupdater disable
Update Packages
To manually update all packages:
lin-Autoupdater update
Ignore Packages
To ignore packages, add the name of the package in the list of the ./src/config/ignore-list.json file.
🛠 Dependencies
Lin-Autoupdater uses the following dependencies:
- child_process: For executing system commands.
- fs-extra: For file system operations.
- colors: For terminal colors.
📝 License
This project is licensed under the MIT License. See the LICENSE file for details.
📞 Support and Issues
For support or to report issues, please visit GitHub Issues.