You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that https://github.com/estevesd/os-downloader has added proxmox as well as the ability to change the output directory. Could we also have the option to save the file with the original iso name with the versioning as well. And for the all and multiple distro downloads can we have the curl commands run in parallel by either providing all the aggregate curl commands into one long curl command over one TCP connection or use the & operator in the shell to start process in parallel.
I have been looking at your code around lines 255-270 ish and think that is where the parallel curl command might go or concatenating the function calls in the distrofunctions.sh script...
Also I can do the change but I am not sure how... so any tips would be welcomed. Thanks for this script by the way ^.^b
The text was updated successfully, but these errors were encountered:
Thanks for the suggestions, I think they are valuable and I'd be happy to include them in the project. At the moment I don't have free time to work on it, so it's either you committing and I can accept pull request or I can work on this but can't promise on timing unfortunately.
I see that https://github.com/estevesd/os-downloader has added proxmox as well as the ability to change the output directory. Could we also have the option to save the file with the original iso name with the versioning as well. And for the all and multiple distro downloads can we have the curl commands run in parallel by either providing all the aggregate curl commands into one long curl command over one TCP connection or use the & operator in the shell to start process in parallel.
I have been looking at your code around lines 255-270 ish and think that is where the parallel curl command might go or concatenating the function calls in the distrofunctions.sh script...
Also I can do the change but I am not sure how... so any tips would be welcomed. Thanks for this script by the way ^.^b
The text was updated successfully, but these errors were encountered: