UWFlow / rmc

Flow is a website that lets you plan courses with friends.
https://uwflow.com
MIT License
233 stars 73 forks source link

Removed unsupported PPA #330

Closed AyushK1 closed 5 years ago

AyushK1 commented 5 years ago

This contains two changes which address legacy issues in linux-setup.sh.

1) Chris Lea's Node.js PPA is unsupported, and has been fully deprecated. This fix updates the package list to install Node.js from the official NodeSource package repository.

2) Git can be installed without a PPA and is a part of common OS packages. This fix removes the apt repo update that adds the git core PPA.