1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/onlyoffice_ynh.git synced 2024-09-03 19:56:11 +02:00

remove node part

This commit is contained in:
frju365 2018-11-06 09:07:05 +01:00 committed by GitHub
parent 87fe14a634
commit 2f38d062ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,12 +81,6 @@ port=$(ynh_find_port 9980)
yunohost firewall allow --no-upnp TCP $port 2>&1
ynh_app_setting_set $app port $port
#===============================================
# ADD NODEJS REPOSITORY
#===============================================
curl -sL https://deb.nodesource.com/setup_8.x | sudo bash -
#==============================================
# INSTALL POSTGRES
#==============================================