OlaiOS With KDE Desktop Environment
Find a file
2021-11-22 10:49:39 +01:00
Cinnamon Create installer.sh 2021-11-22 08:33:16 +01:00
GNOME Create installer.sh 2021-11-22 08:31:39 +01:00
KDE Create installer.sh 2021-11-22 08:30:03 +01:00
MATE Create installer.sh 2021-11-22 08:37:04 +01:00
Xfce4 Create installer.sh 2021-11-22 08:30:57 +01:00
About.md Rename README.md to About.md 2021-11-22 08:02:26 +01:00
README.md Update README.md 2021-11-22 10:49:39 +01:00

How to install OlaiOS

Making a Bootable Device

Download regular arch Linux
https://archlinux.org/download
Make a bootable USB Drive

For Linux and Mac Users, Download BalenaEtcher https://www.balena.io/etcher/
For Windows Users, Download BalenaEtcher or Rufus https://rufus.ie/en/

After you made a bootable USB Drive launch it from BIOS / UEFI
After Arch Linux launches type

Building the OS

sudo pacman -Syyu that will update your operating system and after the update type
sudo pacman -S git That will install git which will allow you to download OlaiOS
After Git it downloaded type
git clone https://github.com/OlaYZen/OlaiOS.git

After you have git clone, go to the OlaiOS Folder by Typing
cd OlaiOS/
Right now, There are 5 Desktop environments ready to download, there is

  • Cinnamon
  • GNOME
  • KDE
  • MATE
  • Xfce4

Choose your Desktop environment by running example
cd KDE After choosing your Desktop environment select your Drivers which matches your GPU by running
cd Nvidia or cd AMD

After entering the Driver folder, run
chmod +x installer.sh
.\installer.sh

All necessary files will be automatically downloaded for you,
After installation you will be asked to create an account. Create the account and restart the computer

OlaiOS should be fully installed

Official Wiki