zivid / zivid-python

Official Python package for Zivid 3D cameras
BSD 3-Clause "New" or "Revised" License
43 stars 14 forks source link

Fix archlinux setup #179

Closed eskaur closed 2 years ago

eskaur commented 2 years ago

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.