mirror of
https://github.com/bettercap/bettercap.git
synced 2025-03-12 04:36:03 -07:00
4 lines
163 B
Bash
4 lines
163 B
Bash
#!/bin/bash
|
|
# Docker hub does a recursive clone, then checks the branch out,
|
|
# so when a PR adds a submodule (or updates it), it fails.
|
|
git submodule update --init |