From 198e0e4d473ec263782b1c0a64219a5a47833140 Mon Sep 17 00:00:00 2001 From: Briella Bugs <72235413+BriellaBugs@users.noreply.github.com> Date: Wed, 17 Dec 2025 09:06:43 -0300 Subject: [PATCH] Add Arch Linux fallback for user creation in install.sh (#412) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 81436ac..37e1e7b 100755 --- a/install.sh +++ b/install.sh @@ -34,7 +34,7 @@ mkdir -p "$gpath" if useSystemd && ! id -u tar1090 &>/dev/null then - adduser --system --home "$ipath" --no-create-home --quiet tar1090 || adduser --system --home-dir "$ipath" --no-create-home tar1090 + adduser --system --home "$ipath" --no-create-home --quiet tar1090 || adduser --system --home-dir "$ipath" --no-create-home tar1090 || useradd -r -d "$ipath" -M tar1090 fi # terminate with /