This repository has been archived on 2026-02-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
TinyEurocat/script/bootstrap
2022-07-11 11:28:28 +08:00

7 lines
54 B
Bash

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