Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 554 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 554 Bytes

bleUX

A user-centric desktop Linux distribution

  • Based on Ubuntu Desktop 24.04 LTS;
  • Vanilla Gnome DE;
  • Modularly enable/disable core features using scripts;

Installation

Development

sudo apt-get install --no-install-recommends -y equivs git make
git clone https://github.com/natanjunges/bleux.git
cd bleux/repository
./build -j 5 install
cd ..
./customize

Production

wget -q -O - https://raw.githubusercontent.com/natanjunges/bleux/main/customize | sh