1
0
Fork 0
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:
OniriCorpe 2023-12-30 05:14:31 +01:00
parent e0fa878ad9
commit c8b68792a4

View file

@ -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"