mirror of
https://github.com/YunoHost-Apps/nodebb_ynh.git
synced 2024-09-03 19:46:29 +02:00
Update install
This commit is contained in:
parent
9fbbcac6df
commit
6521e27ca1
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ pushd "$final_path"
|
|||
sudo npm install
|
||||
sudo npm install -g bower
|
||||
sudo chown -R $app: $final_path
|
||||
sudo su -c "cd $final_path && bower install" $app
|
||||
sudo su $app -c "cd $final_path && bower install"
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue