sxiii / linux-downloader

Bash script for autodownloading of different Linux distros and testing them in VMs
Other
38 stars 16 forks source link

Select how many past distributions to keep #9

Open jebarpg opened 9 months ago

jebarpg commented 9 months ago

Have the script delete any old distros download a number of versions before... I.e say we have the last 3 distributions of any distro and we have our 'save_count' set to 2 then we'll download the latest distribution and delete the 3rd or now 4th distribution automatically.

sxiii commented 3 months ago

That could be a fun feature, although my main aim was to "always have the latest". Definitely could be added as an option, regardless. Thanks for your input!