h3xb0y / arch-installer

Installer script of Arch linux :penguin:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Installer script of Arch linux :penguin:

License:Apache License 2.0


Languages

Language:Shell 100.0%