Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (lin-autoupdater) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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 enableDisable Autoupdater Service
To disable the autoupdater service:
lin-Autoupdater disableUpdate Packages
To manually update all packages:
lin-Autoupdater updateIgnore 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.