mirror of
https://github.com/YunoHost-Apps/ethercalc_ynh.git
synced 2024-09-03 18:26:36 +02:00
[fix] install
This commit is contained in:
parent
48cfa2d26c
commit
b29ed0bd6c
1 changed files with 2 additions and 3 deletions
|
@ -98,9 +98,8 @@ ynh_mysql_setup_db $db_name $db_name
|
|||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||
#=================================================
|
||||
|
||||
npm install -g ethercalc
|
||||
ethercalc
|
||||
|
||||
npm install ethercalc
|
||||
./node_modules/ethercalc/bin/ethercalc
|
||||
#=================================================
|
||||
# NGINX CONFIGURATION
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue