Skip to content

Commit ed360a0

Browse files
Merge pull request #95 from E343IO/patch-11
For mic_p15_b2.5.1
2 parents 177d0fc + 97a44d5 commit ed360a0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,8 @@ function dependencies() {
6868
killall -q dpkg apt pkg &>/dev/null
6969
clear
7070
sleep 1
71-
launch="installing lib";splashdown="installed lib"; echo
72-
#ffmpeg
73-
for i in apache2 php jq curl git unzip dialog proot sox; do
71+
launch="installing lib";splashdown="installed lib"; echo
72+
for i in apache2 php jq curl git unzip dialog proot sox ffmpeg; do
7473
if [ ${OS} != "DEBIAN" ]; then
7574
(pkg update -y &> /dev/null && pkg install ${i} -y &> /dev/null && pkg install proot resolv-conf &> /dev/null)& spinner
7675
else

0 commit comments

Comments
 (0)