Arch Linux semi-automatic installation script.
Go to file
Santiago Lo Coco dd25bcc82b
ci/woodpecker/push/woodpecker Pipeline was successful Details
Update README.md and LICENSE.md
2024-06-15 20:15:47 +02:00
.woodpecker.yml Fix lots of bugs 2023-10-07 17:35:13 -03:00
LICENSE.md Update README.md and LICENSE.md 2024-06-15 20:15:47 +02:00
README.md Update README.md and LICENSE.md 2024-06-15 20:15:47 +02:00
install.sh Update install.sh 2023-10-07 17:37:57 -03:00
packages.csv Update packages.csv 2024-02-28 17:24:20 +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:

73d535f14761f215be753e5be26699bf7e9c2043ace6a6e029aa3b74142cfb6b

Contributing

PRs are welcome.

License

GNU GPLv3