mirror of
https://github.com/kleeja-official/kleeja.git
synced 2026-06-03 15:43:51 +02:00
7 lines
54 B
Bash
Executable File
7 lines
54 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
gem install bundler
|
|
bundle install
|