• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

Completed help me

REDOSS

TeaSpeak Team
Staff member
TeaTeam
1.
chmod u+x install_music.sh
./install_music.sh install -y
2.
The default port is already used on your server (perhaps Tea*Speak or teaspeak server is already running).
 

darkpolis

New member
[root@static ~]# chmod u+x install_music.sh
[root@static ~]# ./install_music.sh install -y
Enforcing youtube-dl install/update
Testing/Installing FFMPEG
Local FFMPEG version (2.8.15 => major version: 2) is too low. Downloading newer one.
Installation error:
FFMPEG installation requires wget!
 

darkpolis

New member
[root@static ~]# apt-get remove ffmpeg
-bash: apt-get: command not found
[root@static ~]# apt-get purge ffmpeg
-bash: apt-get: command not found
[root@static ~]# apt-get install wget
-bash: apt-get: command not found
 

REDOSS

TeaSpeak Team
Staff member
TeaTeam
[root@static ~]# apt-get remove ffmpeg
-bash: apt-get: command not found
[root@static ~]# apt-get purge ffmpeg
-bash: apt-get: command not found
[root@static ~]# apt-get install wget
-bash: apt-get: command not found
What is your operating system?