53 lines
910 B
Markdown
53 lines
910 B
Markdown
# calsais
|
|
|
|
Arch Linux semi-automatic installation script.
|
|
|
|
## Table of contents
|
|
- [Usage](#usage)
|
|
- [Checksum](#checksum)
|
|
- [Contributing](#contributing)
|
|
- [License](#license)
|
|
|
|
## Usage
|
|
|
|
Run
|
|
|
|
```
|
|
curl -LO slc.ar/calsais
|
|
```
|
|
|
|
and then
|
|
|
|
```
|
|
sh calsais
|
|
```
|
|
|
|
You can use the following parameters:
|
|
|
|
- `-d`: Print logs to both STDOUT and `calsais.log` file.
|
|
- `-f`: Print logs only to the `calsais.log` file.
|
|
- `-s`: Print logs only to STDOUT.
|
|
- `-p`: Install `cdotfis` (personal dotfiles).
|
|
|
|
The script only supports UEFI boot mode.
|
|
|
|
## Checksum
|
|
|
|
If you want to verify the checksum of the file, run:
|
|
|
|
```
|
|
sha256sum calsais
|
|
```
|
|
|
|
And verify that it matches:
|
|
|
|
```txt
|
|
29603a6223d4e2c3aca7c0e106564e2414dc41fa1660c6b54dc4ed2a3c8ba675
|
|
```
|
|
|
|
## 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)
|