1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ampache_ynh.git synced 2024-09-03 18:15:55 +02:00

Add ffmpeg dependency to install script

This commit is contained in:
Steven Roose 2015-08-24 15:23:18 +02:00
parent ad3fd441a4
commit 104cec356a

View file

@ -66,6 +66,9 @@ sudo service nginx reload
sudo yunohost app setting ampache skipped_uris -v "/"
sudo yunohost app ssowatconf
# Install dependency
sudo apt-get install ffmpeg -y
# Ampache installation
echo "127.0.0.1 $domain #yunoampache" | sudo tee -a /etc/hosts
sleep 1