From f3225f70d6f9321fb8b660a4baeebcd7c51d1a74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Fri, 28 Nov 2025 11:01:36 +0100 Subject: [PATCH] fix: start.sh --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 30712a0..8a4e7b3 100644 --- a/start.sh +++ b/start.sh @@ -41,7 +41,7 @@ fi # [3/6] Add $PWD/bin to PATH for arty and custom scripts echo "[3/6] Configuring PATH..." ln -sf "$PWD/bin/artifact_git_download.sh" /usr/local/bin/arty -export PATH="$PWD/bin:$PATH" +ln -sf "$PWD/bin/*" /usr/local/bin/ echo " ✓ PATH updated: $PWD/bin added" # [4/6] Setting up with arty