mirror of
https://github.com/YunoHost-Apps/yellow_ynh.git
synced 2024-09-03 20:36:12 +02:00
Update install
This commit is contained in:
parent
59dc35bc05
commit
2f726898a3
1 changed files with 1 additions and 2 deletions
|
@ -27,8 +27,7 @@ source /usr/share/yunohost/helpers
|
||||||
|
|
||||||
# Copy files to the right place
|
# Copy files to the right place
|
||||||
final_path=/var/www/$app
|
final_path=/var/www/$app
|
||||||
sudo mkdir -p $final_path
|
sudo git clone https://github.com/datenstrom/yellow.git $final_path
|
||||||
extract_source $final_path
|
|
||||||
|
|
||||||
# Files owned by root, www-data can just read
|
# Files owned by root, www-data can just read
|
||||||
sudo chown www-data:www-data $final_path -R
|
sudo chown www-data:www-data $final_path -R
|
||||||
|
|
Loading…
Add table
Reference in a new issue