7 lines
563 B
Bash
7 lines
563 B
Bash
# shellcheck disable=SC2148
|
|
# SC2148: Tips depend on target shell and yours is unknown. Add a shebang.
|
|
# # Start the system with latest Arch Linux installation media
|
|
# loadkeys [keymap] # Load keyboard keymap, eg. loadkeys es, loadkeys us, loadkeys de
|
|
# curl -sL https://raw.githubusercontent.com/picodotdev/alis/master/download.sh | bash # Download alis scripts
|
|
# vim alis.conf # Edit configuration and change variables values with your preferences (system configuration)
|
|
# ./alis.sh # Start installation |