Added builds for vlc, audacious and smart tools

This commit is contained in:
aospdeveloper.exeis
2019-01-11 12:39:19 -06:00
parent 22ce9003fc
commit 5d781a01fb

View File

@ -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