1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

fix upgrade repository

This commit is contained in:
yalh76 2019-03-03 15:19:21 +01:00
parent 9fbdc4ceac
commit 773b0084fb

View file

@ -109,7 +109,7 @@ path_url=$(ynh_normalize_url_path $path_url)
ynh_print_info "Upgrading source files..."
# Download, check integrity, uncompress and patch the source from app.src
git clone --quiet $git_repository "$final_path/upgrade"
git clone --quiet https://git.pleroma.social/pleroma/pleroma "$final_path/upgrade"
pushd "$final_path/upgrade"
git checkout -b master
popd