Closed WheresWaldo closed 5 years ago
This is already solved on the dev branch. commit: https://github.com/guysoft/CustomPiOS/commit/a2bff88148c548ed7876d3dc48448fcf48ad5e45 Make sure you are using the latest docker image.
Why is moving to readlink -f
if realpath is already included?
I will close this
There is no Buster version of realpath, https://packages.debian.org/search?keywords=realpath. It is also no longer included in coreutils.
In many instances you can use
readlink -f
Can CustomPiOS be modified to use readlink instead of relying on realpath?