EXALAB/AnLinux-App

Issue with the current script for Arch Linux

SkyyySi opened this issue · 0 comments

The section regarding PulseAudio has a bug. Instead of inserting the litteral expression [ "$EUID" = 0 ] into that file, it evaluates $EUID ahead of time, meaning that the script will actually contain something more like [ 10269 = 0 ], which, of course, will always be false.