ZJaume / arch-install

Simple bash script to install Arch Linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arch-install - Simple Arch Linux Install Script

This script was originally forked from Tom Wambold's arch-install because I was too lazy to start from scratch, but, even so, it will be mostly rewritten. Its purpose is only for personal use and you should not use it unless you know very well how to install Arch Linux or you want to start your own installation script.

Process

  1. Download an Arch Linux installer ISO and boot it on the system you want to install.

  2. Download the arch_install.sh script to the live system.

    curl -L kutt.it/zj-arch-install > arch-install.sh
    
  3. Make the arch_install.sh script executable.

    chmod +x arch_install.sh
    
  4. Run the script.

    ./arch_install.sh
    
  5. If there were no errors, reboot and enjoy!

Details

This section will, eventually, explain the installation details.

About

Simple bash script to install Arch Linux.

License:Other


Languages

Language:Shell 100.0%