Add loop mode to soundboard

This commit is contained in:
jude
2023-07-09 13:19:18 +01:00
parent 1a1b1b8144
commit e30a08e019
6 changed files with 145 additions and 28 deletions

4
debian/postinst vendored
View File

@ -4,10 +4,6 @@ set -e
id -u soundfx &>/dev/null || useradd -r -M soundfx
if [ ! -f /etc/soundfx-rs/config.env ]; then
cp /etc/soundfx-rs/default.env /etc/soundfx-rs/config.env
fi
chown soundfx /etc/soundfx-rs/config.env
#DEBHELPER#