From 5d781a01fb5dd028e8d079cf819feb44fe7f286c Mon Sep 17 00:00:00 2001 From: "aospdeveloper.exeis" Date: Fri, 11 Jan 2019 12:39:19 -0600 Subject: [PATCH] Added builds for vlc, audacious and smart tools --- build-scripts/usbmuxd-1.1.0.build | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-scripts/usbmuxd-1.1.0.build b/build-scripts/usbmuxd-1.1.0.build index 9581c4b..024a299 100755 --- a/build-scripts/usbmuxd-1.1.0.build +++ b/build-scripts/usbmuxd-1.1.0.build @@ -8,3 +8,10 @@ autoreconf -fvi && read -p "Compile? " && make -j4 && read -p "Install? " && sudo -S porg -lD "make -j1 install" + +# Add the user +sudo -S groupadd -g 23 usbmux +sudo -S useradd -c "USB Mux Daemon User" \ + -d /run/usbmuxd \ + -u 23 -g usbmux \ + -s /bin/false usbmux