mirror of
https://github.com/aljazceru/midnight-gh-pages-theme.git
synced 2025-12-17 06:04:20 +01:00
7 lines
54 B
Bash
Executable File
7 lines
54 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
gem install bundler
|
|
bundle install
|