33 lines
588 B
Markdown
33 lines
588 B
Markdown
# CocoASAIS
|
|
|
|
Arch semi-automatic installation script.
|
|
|
|
## Table of contents
|
|
- [Usage <a name="usage"></a>](#usage-)
|
|
- [Contributing <a name="contributing"></a>](#contributing-)
|
|
- [License <a name="license"></a>](#license-)
|
|
|
|
## Usage <a name="usage"></a>
|
|
|
|
Run
|
|
|
|
```bash
|
|
curl -LO santilococo.github.io/CocoASAIS
|
|
```
|
|
|
|
and then
|
|
|
|
```bash
|
|
sh CocoASAIS
|
|
```
|
|
|
|
You can use `-d` or `-f` to debug.
|
|
|
|
The script only supports UEFI boot mode.
|
|
|
|
## Contributing <a name="contributing"></a>
|
|
PRs are welcome.
|
|
|
|
## License <a name="license"></a>
|
|
[GNU GPLv3](https://choosealicense.com/licenses/gpl-3.0/)
|