mirror of
https://github.com/YunoHost-Apps/prettynoemiecms_ynh.git
synced 2024-09-03 20:06:36 +02:00
commit
1dc61caedb
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ ynh_install_app_dependencies "$pkg_dependencies"
|
|||
ynh_app_setting_set $app final_path $final_path
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
#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
|
||||
init_composer "$final_path"
|
||||
|
|
Loading…
Reference in a new issue