Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 474 Bytes

File metadata and controls

29 lines (19 loc) · 474 Bytes

fluffinstall

fluffinstall is the installer for Fluff Linux.


Building

To build the installer:

  1. Make the build script executable:

    chmod +x build.sh
  2. Run the build script:

    ./build.sh

This will compile fluffinstall.cpp into an executable named fluffinstall. Use inside the Fluff Linux live session.


Notes

  • Ensure you have a C++ compiler installed (g++)
  • Make sure you run the installer as root