Arch Linux semi-automatic installation script.
Go to file
Santiago Lo Coco 66778a5443 Update sha256sum 2025-01-27 21:25:34 +00:00
.woodpecker.yml Fix pipeline (x2) 2025-01-27 18:11:54 +01:00
LICENSE.md Update README.md and LICENSE.md 2024-06-15 20:15:47 +02:00
README.md Update sha256sum 2025-01-27 21:25:34 +00:00
install.sh Update sha256sum 2025-01-27 21:25:34 +00:00
packages.csv Update links and packages 2025-01-27 22:25:26 +01:00

README.md

calsais

Arch Linux semi-automatic installation script.

Table of contents

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:

1fd5b0b55383df28b84795c815ac6796e10a4395d15e9a87303ede7753353493

Contributing

PRs are welcome.

License

GNU GPLv3