From c49614940e49ecc9e183ebb63d3332eee23dca57 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Fri, 6 Sep 2024 13:54:05 +0100 Subject: [PATCH] Remove run_cmd sudo wrapper for other platforms --- scripts/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh index 4d4f4a390..8462b70e2 100755 --- a/scripts/install_deps.sh +++ b/scripts/install_deps.sh @@ -65,7 +65,7 @@ install_other() { # TODO: Port the .py script to shell script to make the deps installation lighter on # Linux and macOS. The .py script is probably only really needed to deal with Windows. echo "Running Python script for: $1" - run_cmd ./scripts/install_deps.py + ./scripts/install_deps.py } run_cmd() {