Skip to content

rVnPower/artix-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

artix-installer

A simple installer for Artix Linux

Usage

  1. Boot into the Artix live disk
  2. Connect to the internet. Ethernet is setup automatically, and wifi is done with something like:
sudo rfkill unblock wifi
sudo ip link set wlan0 up
connmanctl

In Connman, use: agent on, scan wifi, services, connect wifi_NAME, quit

  1. Acquire the install scripts:
curl -OL https://github.com/Zaechus/artix-installer/archive/v2.0.2.tar.gz
tar xzf v2.0.2.tar.gz
cd artix-installer-2.0.2
  1. Run ./install.sh.
  2. When everything finishes, poweroff, remove the installation media, and boot into Artix. Post-installation networking is done with Connman.

Preinstallation

  • ISO downloads can be found at artixlinux.org
  • ISO files can be burned to drives with dd or something like Etcher.
  • sudo dd bs=4M if=/path/to/artix.iso of=/dev/sd[drive letter] status=progress
  • A better method these days is to use Ventoy.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages