mirror of
https://github.com/smittix/intercept.git
synced 2026-07-12 03:28:11 -07:00
Update setup.sh
look like repo for multimon-ng is wrong
This commit is contained in:
committed by
GitHub
parent
3bae30c3d8
commit
88f35ca6f9
@@ -286,7 +286,7 @@ install_multimon_ng_from_source_macos() {
|
|||||||
trap 'rm -rf "$tmp_dir"' EXIT
|
trap 'rm -rf "$tmp_dir"' EXIT
|
||||||
|
|
||||||
info "Cloning multimon-ng..."
|
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; }
|
|| { fail "Failed to clone multimon-ng"; exit 1; }
|
||||||
|
|
||||||
cd "$tmp_dir/multimon-ng"
|
cd "$tmp_dir/multimon-ng"
|
||||||
|
|||||||
Reference in New Issue
Block a user