File: setup

package info (click to toggle)
ruby-airbrussh 1.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,700 kB
  • sloc: ruby: 1,575; sh: 3; makefile: 3
file content (7 lines) | stat: -rwxr-xr-x 115 bytes parent folder | download | duplicates (47)
1
2
3
4
5
6
7
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'

bundle install

# Do any other automated setup that you need to do here