Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.49 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.49 KB

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