Installation - chriskevinlee/OpenFlexOS-Arch GitHub Wiki
Before you can install OpenFlexOS, you need to install Arch Linux by following the official Arch installation guide: 👉 https://wiki.archlinux.org/title/Installation_guide
Once Arch Linux is installed and you've rebooted into your new system, you'll be presented with a TTY (terminal login screen). Log in and make sure Git is installed...
sudo pacman -S git
Next, clone the OpenFlexOS repository:
git clone https://github.com/chriskevinlee/OpenFlex0S_Arch
Next:
cd OpenFlex0S_Arch
To start the installation, run either of the following:
bash install.sh
OR
chmod +x install.sh
./install.sh
Just follow the on-screen instructions. Once the script completes and you reboot, OpenFlexOS will be installed.