mirror of
https://github.com/YunoHost-Apps/ethercalc_ynh.git
synced 2024-09-03 18:26:36 +02:00
Update install
This commit is contained in:
parent
3f5dee549f
commit
228d93c6ee
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ ynh_script_progression --message="Building EtherCalc... (this will take some tim
|
||||||
|
|
||||||
pushd "$final_path" || ynh_die
|
pushd "$final_path" || ynh_die
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
ynh_exec_warn_less npm install #-g ethercalc
|
ynh_exec_warn_less npm install -g ethercalc
|
||||||
popd || ynh_die
|
popd || ynh_die
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue