- This is the main repository for MatrixionuOS and is used as a guide for building MatrixionuOS
- 一名初中生开发的Linux发行版,基于LingmoOS,一些信息没有修改,原QingmengOS,欢迎加Q群1020613301
- A Linux distro developed by a junior school student, based on LingmoOS, originally QingmengOS. Welcome to QQ group 1020613301
- QQ群(1020613301)
- Discord
- 云湖群
- Debian GNU/Linux 12(Bookworm), 13(Trixie) or later.
- Disk free space > 50GB
- Multi-core multi-threaded processor
- 8 GB minimum running memory
git clone https://github.com/183600/MatrixionuOS.git
mkdir -p ~/bin
cp -v MatrixionuOS/repo ~/bin/
chmod a+x ~/bin/repo
echo 'export PATH="$PATH:$HOME/bin"' >> ~/.bashrc
source ~/.bashrc
mkdir -p workdir
cd workdir
repo init -u https://github.com/183600/matrixionu-manifest.git -m manifest.xml
repo sync