debian-mirror-gitlab/faraday-middleware-aws-signers-v4/bin/setup

8 lines
115 B
Plaintext
Raw Normal View History

2019-12-05 21:41:47 +05:30
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'
bundle install
# Do any other automated setup that you need to do here