diff --git a/start.sh b/start.sh index 8a4e7b3..57d870a 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 -ln -sf "$PWD/bin/*" /usr/local/bin/ +cp -s $PWD/bin/*.sh /usr/local/bin/ echo " ✓ PATH updated: $PWD/bin added" # [4/6] Setting up with arty