mirror of
https://github.com/YunoHost-Apps/mopidy_ynh.git
synced 2024-09-03 19:46:21 +02:00
Merge pull request #6 from YunoHost-Apps/fix-install
[Fix] Utilisation de pushd
This commit is contained in:
commit
ed9b93b152
1 changed files with 2 additions and 4 deletions
|
@ -129,11 +129,9 @@ SECURE_REMOVE '/root/.local/share/$app'
|
||||||
# Install mopidy-musicbox-webclient
|
# Install mopidy-musicbox-webclient
|
||||||
pushd /opt
|
pushd /opt
|
||||||
sudo git clone https://github.com/pimusicbox/mopidy-musicbox-webclient
|
sudo git clone https://github.com/pimusicbox/mopidy-musicbox-webclient
|
||||||
pushd mopidy-musicbox-webclient
|
cd mopidy-musicbox-webclient
|
||||||
sudo python setup.py install
|
sudo python setup.py install
|
||||||
|
popd
|
||||||
# Go to script install directory
|
|
||||||
pushd /var/cache/yunohost/from_file
|
|
||||||
|
|
||||||
# Access public for curl
|
# Access public for curl
|
||||||
ynh_app_setting_set $app unprotected_uris "/"
|
ynh_app_setting_set $app unprotected_uris "/"
|
||||||
|
|
Loading…
Add table
Reference in a new issue