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:
parent
ad3fd441a4
commit
104cec356a
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue