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

remove nodesource

This commit is contained in:
yalh76 2019-05-22 14:07:33 +02:00
parent a54e93a857
commit 758818c5c2

View file

@ -67,7 +67,6 @@ ynh_app_setting_set --app=$app --key=port --value=$port
#================================================= #=================================================
ynh_print_info --message="Add nodejs repository..." ynh_print_info --message="Add nodejs repository..."
curl -sL https://deb.nodesource.com/setup_8.x | sudo bash -
ynh_install_extra_repo --repo="deb https://deb.nodesource.com/node_8.x stretch main" --key="https://deb.nodesource.com/gpgkey/nodesource.gpg.key" ynh_install_extra_repo --repo="deb https://deb.nodesource.com/node_8.x stretch main" --key="https://deb.nodesource.com/gpgkey/nodesource.gpg.key"
#================================================= #=================================================