diff --git a/.fedora/bootstrap.sh b/.fedora/bootstrap.sh new file mode 100755 index 00000000..2e78aa8e --- /dev/null +++ b/.fedora/bootstrap.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +# End the script on any errors +set -e + +# Change the working directory to this one +cd "$(dirname "$0")" + +# Install dependencies +sudo dnf install -y make fedpkg + +# Run make +make