Skip to content

LucasMartinsVieira/arch_installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 

Repository files navigation

Arch Linux Installation Script

GitHub top language GitHub last commit GitHub

This is a simple script to install Arch Linux after you have booted in the live environment of Arch Linux.

Usage

To use the script make sure you have internet connection. If you're using a wireless connection the iwd Arch Wiki Article will help you seting up a internet connection in the live environment.

# With one command (using curl)
bash <(curl -s https://raw.githubusercontent.com/LucasMartinsVieira/arch_installer/main/arch_installer.sh)

# Git Method (make sure you have git installed in the live environment)
git clone https://github.com/lucasmartinsvieira/arch_installer.git
cd arch_installer
bash arch_installer.sh

Options

In the script you'll have the options to:

  • Install Xorg (not an DE or WM);
  • Install paru;
  • Add more than one user to the System;

Notes

  • This script setup uses doas instead of sudo as a way to give the user root privilege
  • This script assumes that you only have one drive
  • Only works for UEFI systems