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

Working on install

This commit is contained in:
massyas 2018-04-27 10:40:29 +02:00
parent a60af14111
commit 021a540de8

View file

@ -87,7 +87,6 @@ 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" "$final_path" git clone "https://framagit.org/framasoft/PrettyNoemieCMS" "$final_path"
cd "$final_path"
init_composer "$final_path" init_composer "$final_path"