This script automates the installation process of Arch Linux on your computer. It will guide you through the process of setting up the keyboard layout, connecting to the internet, formatting the disk, and configuring the system.
First, boot into the Arch Linux installation media. Then, download the script and run it:
curl -L https://raw.githubusercontent.com/Guigui1901/YAALI/main/installer.sh > installer.sh && chmod +x installer.sh && ./installer.sh
Next, just follow the instructions on the screen. The script will guide you through the installation process.
- Keyboard layout selection
- Internet connection
- Disk partitioning
- Disk formatting
- Mounting the partitions
- Installing the base system
- Generating the fstab file
- Configuring the system
- Installing the bootloader
- Creating a user
- Installing the desktop environment
- Installing the display manager
Please be aware that this script will erase all data on the disk. Use it at your own risk and make sure to backup any important files before proceeding.
This script is provided as-is and the author is not responsible for any data loss or damage to your system caused by this script. Use it at your own risk.
If you want to contribute to this project, feel free to open a pull request. If you find any bugs, please open an issue. I'm also open to suggestions and feature requests.
This script is licensed under the MIT License. See the LICENSE file for more information.
This script is based on the Arch Linux installation guide from official Arch Linux documentation. It also uses the Arch Linux installation script from the Arch Linux Wiki.