We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b5512 commit 69e3a4fCopy full SHA for 69e3a4f
build/root/install.sh
@@ -19,7 +19,7 @@ mv /tmp/scripts-master/shell/arch/docker/*.sh /root/
19
####
20
21
# define pacman packages
22
-pacman_packages="git wget"
+pacman_packages="git wget libx264 libvpx"
23
24
# install compiled packages using pacman
25
if [[ ! -z "${pacman_packages}" ]]; then
@@ -39,7 +39,7 @@ source /root/aor.sh
39
40
41
# define aur packages
42
-aur_packages="tvheadend comskip"
+aur_packages="ffmpeg-headless comskip tvheadend"
43
44
# call aur install script (arch user repo)
45
source /root/aur.sh
0 commit comments