/os-automatic-install

Automatic installer for GNU/Linux operating systems

Primary LanguageShellGNU Affero General Public License v3.0AGPL-3.0

os-automatic-install

An automatic installer for GNU/Linux operating systems

To install Arch Linux

Preparation

  • Prepare a usb key with an Arch Linux installer
  • Boot on the usb key
  • Ensure you have Internet and the curl program

The installer

To get the menu:

bash <( curl --silent https://raw.githubusercontent.com/Enoxime/os-automatic-install/main/arch_linux.sh ) -h

To install with the minimum options:

bash <( curl --silent https://raw.githubusercontent.com/Enoxime/os-automatic-install/main/arch_linux.sh ) -r 'ROOT_PASSWORD_HERE' -u 'YOUR_USERNAME' -p 'YOUR_PASSWORD'