mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-03-03 12:31:07 +01:00
In installDeps.sh we have a bunch of code (from 2011) that checks for the existence of jQuery and eventually downloads it, but since 1239ce7f2848 (year 2012) jquery is vendorized in /src/static/js/jquery.js. Also, stop mentioning curl as a dependency in the README.md Fixes #3494