mirror of
https://github.com/YunoHost-Apps/sutom_ynh.git
synced 2024-09-03 20:26:15 +02:00
Update install
This commit is contained in:
parent
7c96edd53d
commit
6b3912893a
1 changed files with 1 additions and 2 deletions
|
@ -83,7 +83,6 @@ ynh_script_progression --message="Setting up source files..." --weight=1
|
||||||
|
|
||||||
ynh_app_setting_set --app=$app --key=final_path --value=$final_path
|
ynh_app_setting_set --app=$app --key=final_path --value=$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 --dest_dir="$final_path"
|
|
||||||
|
|
||||||
git clone https://framagit.org/JonathanMM/sutom "$final_path" --quiet
|
git clone https://framagit.org/JonathanMM/sutom "$final_path" --quiet
|
||||||
|
|
||||||
|
@ -111,7 +110,7 @@ ynh_script_progression --message="Building Sutom... (this will take some time an
|
||||||
pushd "$final_path"
|
pushd "$final_path"
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
ynh_exec_warn_less npm i -g npm
|
ynh_exec_warn_less npm i -g npm
|
||||||
ynh_exec_warn_less npm install --production
|
ynh_exec_warn_less npm install #--production
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue