This is the development and testing repository for LISK (Linux Init Setup Kit). It contains experimental features and code that may not be stable.
For general users, it is recommended to use the stable version of LISK from the main repository: https://github.com/MeowLove/LISK
This repository is primarily for developers and contributors who want to:
- Contribute code to LISK.
- Test upcoming features.
- Experiment with new ideas.
Please note that the code in this repository may be unstable and is not guaranteed to work correctly. Use it at your own risk.
We welcome contributions! Please follow these guidelines:
- Fork this repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
orgit checkout -b bugfix/your-bug-fix-name
- Make your changes and commit them with clear, descriptive commit messages.
- Push your branch to your forked repository.
- Submit a pull request to the
main
branch of this repository (Linux-Init-Setup-Kit).
Please ensure your code adheres to the project's coding style (Bash style guide, when available). Include tests for any new functionality. A more detailed contributing guide will be provided soon.
- Clone this repository:
git clone https://github.com/MeowLove/Linux-Init-Setup-Kit.git
- Create a feature/bugfix branch.
- Run
./LISK.sh
as root to test the current development version. Be very careful when running development code. Use a virtual machine or a non-critical system.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.