47 lines
695 B
Markdown
47 lines
695 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.
|
|
|
|
## Checksum
|
|
|
|
If you want to verify the checksum of the file, run:
|
|
|
|
```
|
|
sha256sum calsais
|
|
```
|
|
|
|
And compare it with this:
|
|
|
|
```txt
|
|
39b81d9fd010886d15a57b2ce69652ad4531f3b040ef05357bc5b83e615bf0fc
|
|
```
|
|
|
|
## 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)
|