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.
2 parents 177d0fc + 97a44d5 commit ed360a0Copy full SHA for ed360a0
setup
@@ -68,9 +68,8 @@ function dependencies() {
68
killall -q dpkg apt pkg &>/dev/null
69
clear
70
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
+ launch="installing lib";splashdown="installed lib"; echo
+ for i in apache2 php jq curl git unzip dialog proot sox ffmpeg; do
74
if [ ${OS} != "DEBIAN" ]; then
75
(pkg update -y &> /dev/null && pkg install ${i} -y &> /dev/null && pkg install proot resolv-conf &> /dev/null)& spinner
76
else
0 commit comments