Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

telmotrooper/tali

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TALI (Telmo's Arch Linux Installer)

Setup

First of all, boot your Arch Linux live CD.

You'll need an active internet connection to use the script, if you need to use Wi-Fi type iwctl to find your Wi-Fi network and connect to it.

You'll also probably want to load the brazilian keyboard layout:

loadkeys br-abnt2

Then, proceed to download the script and run it:

curl -L https://git.io/tali | bash

Additional info

If for some reason you'd like to clone a specific branch and run that version of the script, you can instead use:

curl -L https://git.io/tali | bash -s BRANCH_NAME

If you'd like to see contents of the script you're about to execute, you can use:

curl -L https://git.io/tali | less