1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invidious_ynh.git synced 2024-09-03 19:15:55 +02:00
This commit is contained in:
ericgaspar 2021-03-29 17:11:25 +02:00
parent 13f00148cb
commit 55c8c15cdc
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 2 deletions

View file

@ -122,7 +122,7 @@ ynh_script_progression --message="Building Invidious.. (this will take some time
pushd "$final_path" || ynh_die
shards update && shards install
crystal build $final_path/src/invidious.cr --release
crystal build $final_path/src/invidious.cr --release --ignore-crystal-version
popd || ynh_die
#=================================================

View file

@ -90,7 +90,7 @@ then
git clone https://github.com/iv-org/invidious "$final_path" --quiet
pushd "$final_path" || ynh_die
shards update && shards install
crystal build $final_path/src/invidious.cr --release
crystal build $final_path/src/invidious.cr --release --ignore-crystal-version
popd || ynh_die
fi