mirror of
https://github.com/YunoHost-Apps/invidious_ynh.git
synced 2024-09-03 19:15:55 +02:00
add a note about the fact we can't use resources.sources instead of git
This commit is contained in:
parent
e0fa878ad9
commit
c8b68792a4
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ chown -R "$app:www-data" "$install_dir"
|
||||||
git config --system --add safe.directory "$install_dir"
|
git config --system --add safe.directory "$install_dir"
|
||||||
|
|
||||||
# Download, check integrity, uncompress and patch the source from GitHub
|
# Download, check integrity, uncompress and patch the source from GitHub
|
||||||
|
# note: we can't use resources.sources instead of git because Invidious is
|
||||||
|
# expecting to be in a git environment for the building step...
|
||||||
|
# see: https://github.com/YunoHost-Apps/invidious_ynh/pull/127
|
||||||
git clone https://github.com/iv-org/invidious "$install_dir" --quiet
|
git clone https://github.com/iv-org/invidious "$install_dir" --quiet
|
||||||
|
|
||||||
pushd "$install_dir"
|
pushd "$install_dir"
|
||||||
|
|
Loading…
Add table
Reference in a new issue