A recent change in Archlinux has made it so that VERSION_ID in
/etc/os-release has VERSION_ID=TEMPLATE_VERSION_ID instead of not
defining VERSION_ID. This caused setup.sh to compute the wrong
directory name of the arch setup script. This commit fixes this issue.
A recent change in Archlinux has made it so that
VERSION_ID
in/etc/os-release
hasVERSION_ID=TEMPLATE_VERSION_ID
instead of not definingVERSION_ID
. This causedsetup.sh
to compute the wrong directory name of the arch setup script. This commit fixes this issue.