Skip to content

Installing

techguy16 edited this page Oct 27, 2022 · 1 revision

Getting an ISO

Download an ISO from https://archlinux.org/download/ and burn it to a flash drive with Rufus or Etcher, or use a VM.

Installing OpenArchTitus

Once you have booted up your computer from the USB stick or the VM has turned on with the ISO attached, run these commands:

pacman -S git
git clone https://github.com/techguy16/openarchtitus
mv openarchtitus archtitus
cd archtitus
sh ./openarchtitus.sh
Clone this wiki locally