From 1107f0e5345f6d0361f98f563089f4dc07e773b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Auger?= Date: Thu, 15 Jan 2026 16:13:23 +0100 Subject: [PATCH] Update setup.sh look like repo for multimon-ng is wrong --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index fbbe6d6..d14cfde 100755 --- a/setup.sh +++ b/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"