Skip to content

Commit aeec075

Browse files
authored
Update get-dependencies.sh
1 parent 633d8e5 commit aeec075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARCH=$(uname -m)
77
echo "Installing package dependencies..."
88
echo "---------------------------------------------------------------"
99
make-aur-package libtiff5
10-
pacman -Syu --noconfirm libtheora libbluray ffmpeg
10+
pacman -Syu --noconfirm libtheora libbluray ffmpeg libmng
1111
make-aur-package viber
1212

1313
if [ "$ARCH" = 'x86_64' ]; then

0 commit comments

Comments
 (0)