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
24ea9f66d1
commit
306f9a0979
1 changed files with 2 additions and 2 deletions
|
@ -98,8 +98,8 @@ ynh_mysql_setup_db $db_name $db_name
|
|||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||
#=================================================
|
||||
ynh_use_nodejs
|
||||
npm install ethercalc
|
||||
./node_modules/ethercalc/bin/ethercalc
|
||||
npm i -g ethercalc
|
||||
ethercalc
|
||||
#=================================================
|
||||
# NGINX CONFIGURATION
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue