setup.sh 159 B

1234
  1. #!/usr/bin/env bash
  2. autoreconf -fi
  3. ./configure --with-openssl
  4. echo "Ran the setup script for Lift including autoconf and executing ./configure --with-openssl"