ahr-i / luminex-setup-manager

We provide an installer that makes it easy to install the Luminex-Agent.
GNU General Public License v3.0
2 stars 0 forks source link

[Proposal] Handling Temporary Files #15

Open ahr-i opened 1 week ago

ahr-i commented 1 week ago

Currently, Docker and auxiliary shell scripts for installation are stored in the 'install' folder.

There’s a better approach: Utilize Windows' temporary folder.

You can request a temporary folder from the Windows system, which will assign a random folder for you. This approach keeps things cleaner and more organized.