Main part of UFlinux - debian live build folder
You can download iso here - https://uflinux.eu/
if you want to build ISO from this you need to install debian live build
apt-get install live-buildand then execute this command in directory main (this repo)
chmod +x auto/* && sudo lb config && sudo lb buildThis will build ISO which will propably be slightly different than from official site because it will contain latest updates. If you want to make image again (for example with some changes) you must run
sudo lb clean && sudo lb buildMake sure that everything in foler auto is executable
