Is your feature request related to a problem? Please describe.
The install.ps1 script has three curl/Invoke-WebRequest/wget calls. This solution translates into more time for installation as it have to download 1.04GB only for the WSL.
Describe the solution you'd like
As there are two branches, develop and main, it would be good that once a new merge is done to main, which means that a new release is ready and this process will be automated through a CD pipeline, this pipeline could make a zip or something, even an exe file, with all the things needed.
Is your feature request related to a problem? Please describe.
The
install.ps1script has three curl/Invoke-WebRequest/wget calls. This solution translates into more time for installation as it have to download 1.04GB only for the WSL.Describe the solution you'd like
As there are two branches,
developandmain, it would be good that once a new merge is done to main, which means that a new release is ready and this process will be automated through a CD pipeline, this pipeline could make a zip or something, even an exe file, with all the things needed.