#!/bin/sh
./build $*
chmod u+xr setup
make install
make check-install-cert
./setup
echo "Installation finished successfully..."
