You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Quentin Franchi 0056b51404
Fixed uppercase function call
9 months ago
LICENSE Update LICENSE 2 years ago
README.md Update README.md 2 years ago
install.sh Fixed uppercase function call 9 months ago

README.md

Simple Arch Installer

This script allows you to install Arch Linux (UEFI) easily and quickly without any bloat.

This program is not intended for a beginner, it just allows you to automate the installation.

How it works

The script will create 3 partitions:
1: BOOT -> 550M
2: SWAP -> 8G
3: HOME -> _
Then it will install the necessary packages

Run the script

You have to clone the install.sh and launch it.

Configure the script

The variables at the top of the page can be changed.

Adding features

I advise you to follow the method of suckless.org to patch your script

Thanks to

This script is inspired by the archfi project !