Skip to content

Orange-OS-LE/OrangeOSLE2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orange OS LE 2

Orange OS LE 2 - Electric Boogaloo.

A revival of Orange OS.

This OS will have all major AT projects included as links on the desktop or apps.

If you are looking for build files, see https://github.com/Orange-OS-LE/Build

Development Preview

Download the latest iso in the releases section, then boot it up.

After that, run

python3 install.py

This will start the installer.

Answer the questions, then it should start.

After it's done, reboot by running

reboot -h now

Then reboot, login with the account you just made and run

sudo curl https://raw.githubusercontent.com/Orange-OS-LE/OrangeOSLE2/main/postinstall.py > postinstall.py && sudo python3 postinstall.py && rm postinstall.py

when that's completed, run

sudo reboot -h now

And Orange OS LE 2 should be installed. Make an issue if something doesn't work or goes wrong.

Nightly Version

To test the nightly version, download the latest arch linux ISO here and boot it The iso should be atleast version 2023.08.01. after that, run

curl https://raw.githubusercontent.com/Orange-OS-LE/OrangeOSLE2/main/install.py > install.py
curl https://raw.githubusercontent.com/Orange-OS-LE/OrangeOSLE2/main/installClass.py > installClass.py
python3 install.py

And after the install, reboot, log in then run this:

curl https://raw.githubusercontent.com/Orange-OS-LE/OrangeOSLE2/main/postinstall.py > postinstall.py
curl https://raw.githubusercontent.com/Orange-OS-LE/OrangeOSLE2/main/postinstall.pkgs > postinstall.pkgs
sudo python3 postinstall.py
rm postinstall.*

This is very much a work in progress. Make an issue if something doesn't work or goes wrong.