mirror of
https://github.com/YunoHost-Apps/nodebb_ynh.git
synced 2024-09-03 19:46:29 +02:00
parent
98621a4328
commit
489ff70f99
2 changed files with 3 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/NodeBB/NodeBB/archive/v1.10.2.tar.gz
|
SOURCE_URL=https://github.com/NodeBB/NodeBB/archive/v1.11.1.tar.gz
|
||||||
SOURCE_SUM=e7df7dee51604e9536eb59b96c9ffe134d9b233dbdeff8d4cceb1c47932aea17
|
SOURCE_SUM=ab12c046d23d38a24fe16a0276fff7f61c76b8c1de2538853875ba9234e23fcd
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -69,8 +69,7 @@ systemctl start mongodb
|
||||||
# INSTALL NODEJS
|
# INSTALL NODEJS
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
version=8.11.4
|
ynh_install_nodejs 10
|
||||||
ynh_install_nodejs $version
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# CREATE DEDICATED USER
|
# CREATE DEDICATED USER
|
||||||
|
|
Loading…
Reference in a new issue