ProjectUnifree / unifree

MIT License
1.43k stars 75 forks source link

Initial Implementation of an installation config wizard for Mac OS / Linux #17

Open extrail opened 12 months ago

extrail commented 12 months ago

So I started implementing a simple wizard for configuring the installation, As of now, I've made some progress with Linux/Mac and I'm planning on finishing it soon and moving on to the Windows wizard

extrail commented 12 months ago

@bshikin Do we need to check wether the destination directory exists?

thomasmso commented 12 months ago

Thanks for the PR @extrail, we'll check it out today.

harryarakkal commented 12 months ago

@bshikin Do we need to check wether the destination directory exists?

We don't need to check if the destination exists. The python code will create the directory if it doesn't.

extrail commented 12 months ago

We might also need to tweak the tests to fit the interactive mode

extrail commented 11 months ago

@harryarakkal Hey any progress on this?