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
7435d150f5
commit
067abdc75d
1 changed files with 3 additions and 4 deletions
|
@ -77,7 +77,7 @@ ynh_app_setting_set $app port $port
|
|||
# INSTALL NODEJS
|
||||
#=================================================
|
||||
|
||||
ynh_install_nodejs 4.8.3
|
||||
ynh_install_nodejs 8.0.0
|
||||
|
||||
#=================================================
|
||||
# INSTALL DEPENDENCIES
|
||||
|
@ -98,9 +98,8 @@ ynh_mysql_setup_db $db_name $db_name
|
|||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||
#=================================================
|
||||
|
||||
ynh_app_setting_set $app final_path $final_path
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source "$final_path"
|
||||
npm install -g ethercalc
|
||||
ethercalc
|
||||
|
||||
#=================================================
|
||||
# NGINX CONFIGURATION
|
||||
|
|
Loading…
Add table
Reference in a new issue