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
f684ce2315
commit
24ea9f66d1
1 changed files with 1 additions and 5 deletions
|
@ -97,7 +97,7 @@ ynh_mysql_setup_db $db_name $db_name
|
|||
#=================================================
|
||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||
#=================================================
|
||||
|
||||
ynh_use_nodejs
|
||||
npm install ethercalc
|
||||
./node_modules/ethercalc/bin/ethercalc
|
||||
#=================================================
|
||||
|
@ -131,10 +131,6 @@ ynh_add_systemd_config
|
|||
# INSTALL ETHERCALC
|
||||
#=================================================
|
||||
|
||||
# Installe les dépendances de ethercalc et procède à l'intallation.
|
||||
ynh_use_nodejs
|
||||
sudo_path "$final_path/bin/installDeps.sh" > $install_log 2>&1
|
||||
sudo_path npm install forever -g >> $install_log 2>&1
|
||||
|
||||
#=================================================
|
||||
# CONFIGURE ETHERCALC
|
||||
|
|
Loading…
Add table
Reference in a new issue