mirror of
https://github.com/YunoHost-Apps/mopidy_ynh.git
synced 2024-09-03 19:46:21 +02:00
apt-get avec Yes
This commit is contained in:
parent
3e3ac7fe66
commit
045ed94f7f
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ sudo wget -q -O /etc/apt/sources.list.d/mopidy.list https://apt.mopidy.com/jessi
|
|||
|
||||
# Install Mopidy and all dependencies:
|
||||
sudo apt-get update
|
||||
sudo apt-get install mopidy
|
||||
sudo apt-get install -y mopidy
|
||||
|
||||
# Running Mopidy as a service
|
||||
sudo mopidy local scan
|
||||
|
|
Loading…
Add table
Reference in a new issue