33 lines
497 B
Markdown
33 lines
497 B
Markdown
# calsais
|
|
|
|
Arch semi-automatic installation script.
|
|
|
|
## Table of contents
|
|
- [Usage](#usage)
|
|
- [Contributin](#contributing)
|
|
- [License](#license)
|
|
|
|
## Usage
|
|
|
|
Run
|
|
|
|
```
|
|
curl -LO slc.ar/calsais
|
|
```
|
|
|
|
and then
|
|
|
|
```
|
|
sh calsais
|
|
```
|
|
|
|
You can use `-d`, `-f` or `-s` to enable logging.
|
|
|
|
The script only supports UEFI boot mode.
|
|
|
|
## Contributing <a name="contributing"></a>
|
|
PRs are welcome.
|
|
|
|
## License <a name="license"></a>
|
|
[GNU GPLv3](https://codeberg.org/slococo/calsais/raw/branch/master/README.md)
|