1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/prettynoemiecms_ynh.git synced 2024-09-03 20:06:36 +02:00

Merge pull request #2 from tcitworld/patch-1

Now on master
This commit is contained in:
frju365 2019-01-19 20:01:49 +01:00 committed by GitHub
commit 1dc61caedb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@ ynh_install_app_dependencies "$pkg_dependencies"
ynh_app_setting_set $app final_path $final_path ynh_app_setting_set $app final_path $final_path
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
#ynh_setup_source "$final_path" #ynh_setup_source "$final_path"
git clone "https://framagit.org/framasoft/PrettyNoemieCMS" -b update-project "$final_path" git clone "https://framagit.org/framasoft/PrettyNoemieCMS" "$final_path"
ssh-keyscan -H github.com >> ~/.ssh/known_hosts ssh-keyscan -H github.com >> ~/.ssh/known_hosts
init_composer "$final_path" init_composer "$final_path"