Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.61 KB

README.md

File metadata and controls

32 lines (26 loc) · 1.61 KB

license author license Build Status Codacy Badge

This is a simple script that will simplify the installation of Arch Linux. The script (by user's permission) will install grub and other packages necessary for work.

Languages: 🇺🇸 🇷🇺

How to use:

Download latest version of ArchLinux
Boot on the USB bootable device
Run commands:

wget https://raw.githubusercontent.com/h3xb0y/arch-installer/master/install.sh
chmod +x install.sh
./install.sh

For russian users:

wget https://raw.githubusercontent.com/h3xb0y/arch-installer/master/install_ru.sh
chmod +x install.sh
./install.sh

Follow the instructions

Official Documentation

Take a look at ArchLinux Installation Guide to view the official documentation.