FEAT: deb packaging for simplified installation #15

Manually merged
arian merged 10 commits from deb-packaging into main 2026-04-09 03:22:10 +00:00
Showing only changes of commit 597a02a5ed - Show all commits
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
if ! getent passwd navidrome-uploader > /dev/null 2>&1; then
printf "Creating navidrome-uploader user\n"
useradd --system --shell /usr/sbin/nologin --user-group navidrome-uploader
fi