mirror of
https://github.com/YunoHost-Apps/invidious_ynh.git
synced 2024-09-03 19:15:55 +02:00
Patch
This commit is contained in:
parent
13f00148cb
commit
55c8c15cdc
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue