scripts: Install libevent-dev dependency to fix pgbouncer build
The pgbouncer build is currently broken because of a missing build dependency. This went unnoticed because the build script previously didn't report any build errors.
Fix the build by installing the missing libevent-dev dependency. This MR also fixes the install-pgbouncer
script to properly propagate errors.