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

Update upgrade

This commit is contained in:
ericgaspar 2021-07-30 11:26:36 +02:00
parent dc7f4362a6
commit c669049b34

View file

@ -102,8 +102,8 @@ then
pushd $final_path
git fetch
#git checkout master
git reset --hard --quiet $version_commit
git pull
git reset --hard --quiet $version_commit
shards update && shards install
crystal build $final_path/src/invidious.cr --release
popd