mirror of
https://github.com/smittix/intercept.git
synced 2026-05-02 02:29:58 -07:00
Merge pull request #61 from nechry/patch-1
This commit is contained in:
2
setup.sh
2
setup.sh
@@ -286,7 +286,7 @@ install_multimon_ng_from_source_macos() {
|
||||
trap 'rm -rf "$tmp_dir"' EXIT
|
||||
|
||||
info "Cloning multimon-ng..."
|
||||
git clone --depth 1 https://github.com/EliasOewornal/multimon-ng.git "$tmp_dir/multimon-ng" >/dev/null 2>&1 \
|
||||
git clone --depth 1 https://github.com/EliasOenal/multimon-ng.git "$tmp_dir/multimon-ng" >/dev/null 2>&1 \
|
||||
|| { fail "Failed to clone multimon-ng"; exit 1; }
|
||||
|
||||
cd "$tmp_dir/multimon-ng"
|
||||
|
||||
Reference in New Issue
Block a user