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
4a60181dc6
commit
7da4c6fd75
1 changed files with 2 additions and 0 deletions
|
@ -113,6 +113,8 @@ chown -R $app "$final_path"
|
||||||
# Download, check integrity, uncompress and patch the source from GitHub
|
# 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
|
ynh_exec_as $app git clone https://github.com/iv-org/invidious "$final_path" --quiet
|
||||||
|
|
||||||
|
ynh_exec_as $app git config --global --add safe.directory
|
||||||
|
|
||||||
pushd "$final_path"
|
pushd "$final_path"
|
||||||
ynh_exec_as $app git reset --hard --quiet $version_commit
|
ynh_exec_as $app git reset --hard --quiet $version_commit
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in a new issue