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 2022-04-05 19:13:53 +02:00
parent 1544ac5ecf
commit a1dce069b4
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -113,10 +113,10 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=5
pushd $final_path
git fetch
git fetch --quiet
#git checkout master
git reset --hard --quiet $version_commit
git pull
git pull --quiet
ynh_exec_warn_less shards install --production
ynh_exec_warn_less crystal build $final_path/src/invidious.cr --release
popd