imthaghost / goclone

Website Cloner - Utilizes powerful Go routines to clone websites to your computer within seconds.
https://goclone.io
MIT License
1.32k stars 282 forks source link

Serve generated website on non desktop linux distributions. #72

Open JuanJMarques opened 6 months ago

JuanJMarques commented 6 months ago

On non desktop linux distributions the serve and the open options fail because XDG is not installed so the call to "xdg-open" command results in an error. This causes a fatal error before the echo server is launched to serve the generated page.

It also seems that the multi OS option for the serve flag introduced in #51 was lost by changes from #48.