debian-mirror-gitlab/faraday-middleware-aws-signers-v4/bin/setup
2019-12-05 21:41:47 +05:30

8 lines
115 B
Bash
Executable file

#!/bin/bash
set -euo pipefail
IFS=$'\n\t'
bundle install
# Do any other automated setup that you need to do here