build.sh 144 B

1234
  1. #!/bin/bash
  2. echo "Cleanup old installation..."
  3. rm -rf /tmp/gnunet
  4. ./bootstrap && ./configure --prefix=/tmp/gnunet --enable-experimental && make