32 lines
523 B
Markdown
32 lines
523 B
Markdown
---
|
|
layout: page
|
|
title: calsais
|
|
description: Arch Linux semi-automatic installation script.
|
|
github: https://git.slc.ar/slococo/calsais
|
|
importance: 1
|
|
category: personal
|
|
---
|
|
|
|
## 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.
|