1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invidious_ynh.git synced 2024-09-03 19:15:55 +02:00

Revert "Update upgrade"

This reverts commit f533eb02cb.
This commit is contained in:
ericgaspar 2021-06-13 06:57:49 +02:00
parent f533eb02cb
commit a1bb046744

View file

@ -102,9 +102,9 @@ then
cp -a "$final_path/config/config.yml" "$tmpdir/config.yml"
# Remove the app directory securely
#ynh_secure_remove --file=$final_path
ynh_secure_remove --file=$final_path
git pull https://github.com/iv-org/invidious "$final_path" --quiet
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