1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/libreto_ynh.git synced 2024-09-03 19:36:14 +02:00

[fix] Upgrade

This commit is contained in:
ljf 2018-11-28 23:54:23 +01:00
parent fd8a353403
commit 2641426d37

View file

@ -55,6 +55,7 @@ path_url=$(ynh_normalize_url_path $path_url)
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
pushd "$final_path" pushd "$final_path"
git checkout master
git pull --quiet git pull --quiet
git checkout $COMMIT --quiet git checkout $COMMIT --quiet
git submodule update --init --recursive --quiet git submodule update --init --recursive --quiet