UNPKG

157 Bapplication/x-shView Raw
1#!/bin/sh
2
3sudo rm -r /etc/apt/sources.list.d/nodesource.list
4curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
5sudo apt-get install -y nodejs