File: setup

package info (click to toggle)
ruby-with-env 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 104 kB
  • sloc: ruby: 25; makefile: 4; sh: 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