mirror of
https://github.com/YunoHost-Apps/invidious_ynh.git
synced 2024-09-03 19:15:55 +02:00
Update install
This commit is contained in:
parent
aaaa9b8241
commit
873c3a69cd
1 changed files with 2 additions and 1 deletions
|
@ -108,7 +108,8 @@ ynh_script_progression --message="Setting up source files..." --weight=4
|
|||
ynh_app_setting_set --app=$app --key=final_path --value=$final_path
|
||||
|
||||
mkdir -p "$final_path"
|
||||
chown -R $app "$final_path"
|
||||
#chown -R $app "$final_path"
|
||||
chown www-data:$app -R .git
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from GitHub
|
||||
ynh_exec_as $app git clone https://github.com/iv-org/invidious "$final_path" --quiet
|
||||
|
|
Loading…
Reference in a new issue