I relied on sudo /opt/scripts/tools/version.sh
for debugging my /boot/uEnv.txt
in Debian 10.
In the new Debian 11 minimal snapshot from Debian 11.x (Bullseye) - Monthly Snapshots, /opt/scripts
is not longer present. Also, I can’t find version.sh
via sudo find / -type f -name version.sh
.
How is this done in the newer Debian? Thank you in advance for your help!