This repository has been archived on 2022-03-09. You can view files and clone it, but cannot push or open issues or pull requests.
minima-dark/script/bootstrap
2021-06-07 23:33:18 -07:00

7 lines
54 B
Bash
Executable File

#!/bin/sh
set -e
gem install bundler
bundle install