This Script is a simple way to automate the installation process of the artix-base-runit 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 Artix ISO is running.
Log in as root with the password "artix". If qwerty is not your preferred layout, change it.
loadkeys colemakCurl the correct version of the script:
curl -o installer_1.sh https://raw.githubusercontent.com/0TrashPanda/install-script-artix/master/artix_installer_1.shChange its execution policies:
chmod +x installer_1.shand run it:
./installer_1.shIt will tell you what to do from this point forward.
Made to automate the grub process on BIOS boot systems
uses > artix_installer_1.sh
Made to automate process on systems without doing grub automatically
uses > artix_installer_man_1.sh
mainly used for UEFI systems.
Made to automate the general setup after your artix install works
uses > artix_postinstall.sh
manly does the basic setup for servers
If you get thecurl failed to verify the legitimacy error
please make sure your hardware clock int wrong.
hwclockif it shows the wrong time please try setting it
hwclock --set --date="month/day/year hour:minute:second"
hwclock --hctosysnow when you try again it should work.
There are some extra scripts and configs that we use in here, you shouldn't worry about this stuff too much.