Hi ashfame
When I wrote FetchExt.sh the goal was to allow one to download extensions and their dependencies independent of which version
of Linux they were running. This meant avoiding the use of commands that depend on you running Tinycore. Therefore, running:
uname -r
to resolve a KERNEL variable was not an option. As a result, it uses the .tcz.tree file. Some piCore releases have had multiple
kernel versions, so if you require extensions matching a certain kernel, it pays to check the log. The script does not know what
kernel version you are downloading for. It only knows what kernel version the .tcz.tree file reports. The script keeps a running
log called Log.txt that tells you what was downloaded, what was already present, and what could not be downloaded.