mirror of
https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials.git
synced 2024-11-03 15:40:21 +00:00
6 lines
112 B
Bash
Executable File
6 lines
112 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
git config core.hooksPath .githooks
|
|
bundle config set path '.vendor/bundle'
|
|
bundle install
|