main-respin
Subject
- Environment
- Prepare
- Clone
- Build
- Rundown
- Custom Modules
- Config Files
- Package Install List
- Keybind
- Notice
- Discussions
Environment
- Ubuntu 26.04
Prepare
Open Terminal , and run to install git and make
sudo apt-get install git make
Clone
run to clone branch main-respin
git clone -b main-respin https://github.com/samwhelp/AnduinOS-2 AnduinOS-2-main-respin
Build
cd AnduinOS-2-main-respin
make
Rundown
Custom Modules
| Custom Modules | Introduction |
|---|---|
| master-package-install | for install extra packages |
| master-file-install | for install extra files |
| base-dconf-db-update | |
| base-gsettings-schema-compile |
- See the Notice
Config Files
| Config Files |
|---|
| ~/.config |
| /etc/dconf/db/anduinos.d |
| /usr/share/glib-2.0/schemas |
Package Install List
Please check the folder mods/master-package-install/asset/package/install
Keybind
Notice
I created two file
/etc/localtimeand/etc/timezone. Therefore, I changed the relevant code in the file: mods/85-cleanup-mod/install.sh into comments.