This Script is a simple way to automate the installation process of the Arch ISO. This script saves time and reduces the chance of human error, making it an ideal tool for both novice and experienced Linux users.
This script is designed to be loaded on the machine where the Arch ISO is running.
If qwerty is not your preferred layout, change it.
loadkeys colemak
Curl the script and immediately execute:
curl -s https://raw.githubusercontent.com/thetreesee/archinstaller/main/install.sh | bash
Just curl:
curl -o install.sh -s https://raw.githubusercontent.com/thetreesee/archinstaller/main/install.sh
Edit config/settings.conf
to customize the installation parameters.
install.sh
: Main entry pointconfig/
: Configuration fileslib/
: Core functionality modulesassets/
: Other files we use
If you get thecurl failed to verify the legitimacy
error
please make sure your hardware clock int wrong.
hwclock
if it shows the wrong time please try setting it
hwclock --set --date="month/day/year hour:minute:second"
hwclock --hctosys
now when you try again it should work.