mirror of
https://github.com/YunoHost-Apps/thelounge_ynh.git
synced 2024-09-03 20:35:54 +02:00
Update _common.sh
This commit is contained in:
parent
8f4f4f5542
commit
2e05672a88
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ ynh_use_nodejs () {
|
|||
|
||||
ynh_install_nodejs () {
|
||||
# Use n, https://github.com/tj/n to manage the nodejs versions
|
||||
nodejs_version="6"
|
||||
nodejs_version="$nodejs_version"
|
||||
local n_install_script="https://git.io/n-install"
|
||||
|
||||
# Create $n_install_dir
|
||||
|
|
Loading…
Reference in a new issue