docs: Prefer echo ... | sudo tee ... over su -c ...
This commit is contained in:
parent
902064de73
commit
b5c6af8d96
@ -266,7 +266,7 @@ can install Mopidy from PyPI using pip.
|
||||
#. If you're on Fedora, you must add a configuration file so libspotify.so
|
||||
can be found::
|
||||
|
||||
su -c 'echo "/usr/local/lib" > /etc/ld.so.conf.d/libspotify.conf'
|
||||
echo /usr/local/lib | sudo tee /etc/ld.so.conf.d/libspotify.conf
|
||||
sudo ldconfig
|
||||
|
||||
#. Then install the latest release of Mopidy-Spotify using pip::
|
||||
|
||||
Loading…
Reference in New Issue
Block a user