1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rocketchat_ynh.git synced 2024-09-03 20:16:25 +02:00
This commit is contained in:
ericgaspar 2021-06-30 00:29:47 +02:00
parent 84e0f0fb80
commit 7078fe1465
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
SOURCE_URL=https://github.com/RocketChat/Rocket.Chat/archive/refs/tags/3.16.0.zip
SOURCE_SUM=e470e895d95e0a1b1ea6fa904610fdf55d3318279600df1c4749474186f8cbdb
SOURCE_URL=https://releases.rocket.chat/latest/download
SOURCE_SUM=c77aeed2a5eda4a3e9dfde8cfb742f32138638a3a44d0e9e38005992fcadb45b
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=
SOURCE_FILENAME=rocket.chat-3.16.0.tgz
SOURCE_EXTRACT=true

View file

@ -120,9 +120,9 @@ ynh_add_nginx_config
#==============================================
ynh_script_progression --message="Building $app... (this will take some time and resources!)" --weight=240
pushd $final_path
pushd $final_path/programs/server
ynh_use_nodejs
npm install -g inherits
npm install -g inherits n
ynh_exec_as $app env $ynh_node_load_PATH npm install
popd